Home
last modified time | relevance | path

Searched refs:catch_op (Results 1 – 11 of 11) sorted by last modified time

/php-src/Zend/
H A Dzend_vm_execute.h3175 if (op_num < try_catch->catch_op && ex) { in zend_dispatch_try_catch_finally_helper_SPEC()
3177 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in zend_dispatch_try_catch_finally_helper_SPEC()
3178 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in zend_dispatch_try_catch_finally_helper_SPEC()
3285 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
H A Dzend_vm_def.h8014 if (op_num < try_catch->catch_op && ex) { in ZEND_VM_HELPER()
8016 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in ZEND_VM_HELPER()
8017 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in ZEND_VM_HELPER()
8124 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
H A Dzend_compile.h174 uint32_t catch_op; /* ketchup! */ member
H A Dzend_compile.c1242 elem->catch_op = 0; in zend_add_try_element()
6681 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
H A Dzend_generators.c310 if (op_num < try_catch->catch_op || op_num < try_catch->finally_end) { in zend_generator_dtor_storage()
/php-src/Zend/Optimizer/
H A Dzend_cfg.c130 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()
131 end = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()
146 op_array->try_catch_array[j].try_op = op_array->try_catch_array[j].catch_op; in zend_mark_reachable_blocks()
160 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()
161 b = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()
185 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()
186 …ZEND_ASSERT(!(blocks[block_map[op_array->try_catch_array[j].catch_op]].flags & ZEND_BB_REACHABLE)); in zend_mark_reachable_blocks()
450 if (op_array->try_catch_array[j].catch_op) { in zend_build_cfg()
451 BB_START(op_array->try_catch_array[j].catch_op); in zend_build_cfg()
H A Dblock_pass.c1060 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()
H A Ddfa_pass.c231 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_ssa_remove_nops()
H A Dzend_dump.c1075 if (op_array->try_catch_array[i].catch_op) { in zend_dump_op_array()
1077 cfg->map[op_array->try_catch_array[i].catch_op]); in zend_dump_op_array()
1137 if (op_array->try_catch_array[i].catch_op) { in zend_dump_op_array()
1140 op_array->try_catch_array[i].catch_op); in zend_dump_op_array()
H A Dnop_removal.c86 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_optimizer_nop_removal()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c627 …uint32_t catch = op_array->try_catch_array[i].catch_op, finally = op_array->try_catch_array[i].fin… in phpdbg_check_caught_ex()

Completed in 208 milliseconds