Searched refs:finally_end (Results 1 – 11 of 11) sorted by relevance
89 op_array->try_catch_array[j].finally_end -= shiftlist[op_array->try_catch_array[j].finally_end]; in zend_optimizer_nop_removal()
177 if (op_array->try_catch_array[j].finally_end) { in zend_mark_reachable_blocks()178 b = blocks + block_map[op_array->try_catch_array[j].finally_end]; in zend_mark_reachable_blocks()192 if (op_array->try_catch_array[j].finally_end) { in zend_mark_reachable_blocks()193 …ZEND_ASSERT(!(blocks[block_map[op_array->try_catch_array[j].finally_end]].flags & ZEND_BB_REACHABL… in zend_mark_reachable_blocks()457 if (op_array->try_catch_array[j].finally_end) { in zend_build_cfg()458 BB_START(op_array->try_catch_array[j].finally_end); in zend_build_cfg()
1083 if (op_array->try_catch_array[i].finally_end) { in zend_dump_op_array()1085 cfg->map[op_array->try_catch_array[i].finally_end]); in zend_dump_op_array()1147 if (op_array->try_catch_array[i].finally_end) { in zend_dump_op_array()1150 op_array->try_catch_array[i].finally_end); in zend_dump_op_array()
1070 if (!op_array->try_catch_array[i].finally_end) { in assemble_code_blocks()1071 op_array->try_catch_array[j].finally_end = 0; in assemble_code_blocks()1073 …op_array->try_catch_array[j].finally_end = blocks[cfg->map[op_array->try_catch_array[i].finally_en… in assemble_code_blocks()
234 op_array->try_catch_array[j].finally_end -= shiftlist[op_array->try_catch_array[j].finally_end]; in zend_ssa_remove_nops()
305 if (op_num < try_catch->catch_op || op_num < try_catch->finally_end) { in zend_generator_dtor_storage()317 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()342 } else if (op_num < try_catch->finally_end) { in zend_generator_dtor_storage()344 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
671 op_num >= op_array->try_catch_array[i].finally_end) in zend_check_finally_breakout()673 dst_num <= op_array->try_catch_array[i].finally_end)) { in zend_check_finally_breakout()679 && op_num <= op_array->try_catch_array[i].finally_end) in zend_check_finally_breakout()680 && (dst_num > op_array->try_catch_array[i].finally_end in zend_check_finally_breakout()
165 uint32_t finally_end; member
7978 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER()7985 } else if (op_num < try_catch->finally_end) { in ZEND_VM_HELPER()7986 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER()8074 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
1168 elem->finally_end = 0; in zend_add_try_element()5364 && (dest->opline_num > elem->finally_end || dest->opline_num < elem->try_op) in zend_resolve_goto_label()6240 CG(active_op_array)->try_catch_array[try_catch_offset].finally_end in zend_compile_try()
3154 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in zend_dispatch_try_catch_finally_helper_SPEC()3161 } else if (op_num < try_catch->finally_end) { in zend_dispatch_try_catch_finally_helper_SPEC()3162 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in zend_dispatch_try_catch_finally_helper_SPEC()3250 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
Completed in 241 milliseconds