Home
last modified time | relevance | path

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

/PHP-8.0/
H A DUPGRADING.INTERNALS355 - zend_is_smart_branch()
/PHP-8.0/Zend/
H A Dzend_compile.h853 ZEND_API bool zend_is_smart_branch(const zend_op *opline);
H A Dzend_compile.c2120 ZEND_API bool zend_is_smart_branch(const zend_op *opline) /* {{{ */ in zend_is_smart_branch() function
2157 && zend_is_smart_branch(opline)) { in zend_emit_cond_jump()
H A Dzend_vm_def.h7839 if (!zend_is_smart_branch(throw_op)) {
H A Dzend_vm_execute.h2991 if (!zend_is_smart_branch(throw_op)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc3618 if (zend_is_smart_branch(opline)) {

Completed in 237 milliseconds