Searched refs:catch_op (Results 1 – 11 of 11) sorted by relevance
86 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_optimizer_nop_removal()
131 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()132 end = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()147 op_array->try_catch_array[j].try_op = op_array->try_catch_array[j].catch_op; in zend_mark_reachable_blocks()161 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()162 b = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()186 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()187 …ZEND_ASSERT(!(blocks[block_map[op_array->try_catch_array[j].catch_op]].flags & ZEND_BB_REACHABLE)); in zend_mark_reachable_blocks()451 if (op_array->try_catch_array[j].catch_op) { in zend_build_cfg()452 BB_START(op_array->try_catch_array[j].catch_op); in zend_build_cfg()
1071 if (op_array->try_catch_array[i].catch_op) { in zend_dump_op_array()1073 cfg->map[op_array->try_catch_array[i].catch_op]); in zend_dump_op_array()1133 if (op_array->try_catch_array[i].catch_op) { in zend_dump_op_array()1136 op_array->try_catch_array[i].catch_op); in zend_dump_op_array()
1060 if (op_array->try_catch_array[i].catch_op) { in assemble_code_blocks()1061 …op_array->try_catch_array[j].catch_op = blocks[cfg->map[op_array->try_catch_array[i].catch_op]].st… in assemble_code_blocks()1063 op_array->try_catch_array[j].catch_op = 0; in assemble_code_blocks()
231 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_ssa_remove_nops()
626 …uint32_t catch = op_array->try_catch_array[i].catch_op, finally = op_array->try_catch_array[i].fin… in phpdbg_check_caught_ex()
163 uint32_t catch_op; /* ketchup! */ member
305 if (op_num < try_catch->catch_op || op_num < try_catch->finally_end) { in zend_generator_dtor_storage()
7966 if (op_num < try_catch->catch_op && ex) { in ZEND_VM_HELPER()7968 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in ZEND_VM_HELPER()7969 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in ZEND_VM_HELPER()8074 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
1166 elem->catch_op = 0; in zend_add_try_element()6164 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
3142 if (op_num < try_catch->catch_op && ex) { in zend_dispatch_try_catch_finally_helper_SPEC()3144 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in zend_dispatch_try_catch_finally_helper_SPEC()3145 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); 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 291 milliseconds