Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_verify_type_inference.h183 && !zend_is_smart_branch(opline) in zend_verify_inference_def()
H A Dzend_compile.h932 ZEND_API bool zend_is_smart_branch(const zend_op *opline);
H A Dzend_compile.c2299 ZEND_API bool zend_is_smart_branch(const zend_op *opline) /* {{{ */ in zend_is_smart_branch() function
2336 && zend_is_smart_branch(opline)) { in zend_emit_cond_jump()
H A Dzend_vm_def.h8103 if (!zend_is_smart_branch(throw_op)) {
H A Dzend_vm_execute.h3283 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16179 if (zend_is_smart_branch(opline)) {

Completed in 212 milliseconds