Home
last modified time | relevance | path

Searched refs:ZEND_ACC_DONE_PASS_TWO (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_cfg.h104 (((op_array)->fn_flags & ZEND_ACC_DONE_PASS_TWO) ? \
H A Dzend_optimizer.c1144 ZEND_ASSERT((op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) != 0); in zend_revert_pass_two()
1169 op_array->fn_flags &= ~ZEND_ACC_DONE_PASS_TWO; in zend_revert_pass_two()
1179 ZEND_ASSERT((op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) == 0); in zend_redo_pass_two()
1281 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in zend_redo_pass_two()
1291 ZEND_ASSERT((op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) == 0); in zend_redo_pass_two_ex()
1423 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in zend_redo_pass_two_ex()
/php-src/Zend/
H A Dzend_opcode.c583 || !(op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO)) { in destroy_op_array()
603 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in destroy_op_array()
1077 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in pass_two()
H A Dzend_compile.h365 #define ZEND_ACC_DONE_PASS_TWO (1 << 25) /* | X | | */ macro
H A Dzend_compile.c4142 return !ZEND_USER_CODE(fbc->type) || (fbc->common.fn_flags & ZEND_ACC_DONE_PASS_TWO); in fbc_is_finalized()
/php-src/ext/opcache/
H A Dzend_persist.c564 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_persist_op_array_ex()
H A DZendAccelerator.c4475 script->script.main_op_array.fn_flags |= ZEND_ACC_DONE_PASS_TWO;
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c79 dummy_op_array.fn_flags = ZEND_ACC_DONE_PASS_TWO; in zend_jit_trace_startup()

Completed in 113 milliseconds