Home
last modified time | relevance | path

Searched refs:zend_is_smart_branch (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_verify_type_inference.h183 && !zend_is_smart_branch(opline) in zend_verify_inference_def()
H A Dzend_compile.h985 ZEND_API bool zend_is_smart_branch(const zend_op *opline);
H A Dzend_compile.c2359 ZEND_API bool zend_is_smart_branch(const zend_op *opline) /* {{{ */ in zend_is_smart_branch() function
2396 && zend_is_smart_branch(opline)) { in zend_emit_cond_jump()
H A Dzend_vm_def.h8172 if (!zend_is_smart_branch(throw_op)) {
H A Dzend_vm_execute.h3306 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c16613 if (zend_is_smart_branch(opline)) {

Completed in 306 milliseconds