Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_vm_execute.h2540 if (op_num < try_catch->catch_op && ex) { in zend_dispatch_try_catch_finally_helper_SPEC()
2542 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in zend_dispatch_try_catch_finally_helper_SPEC()
2543 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in zend_dispatch_try_catch_finally_helper_SPEC()
2618 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.h7467 if (op_num < try_catch->catch_op && ex) { in ZEND_VM_HELPER()
7469 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in ZEND_VM_HELPER()
7470 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in ZEND_VM_HELPER()
7545 if (throw_op_num < try_catch->catch_op || throw_op_num < try_catch->finally_end) {
H A Dzend_compile.c982 elem->catch_op = 0; in zend_add_try_element()
5028 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
H A Dzend_generators.c207 if (op_num < try_catch->catch_op || op_num < try_catch->finally_end) { in zend_generator_dtor_storage()
H A Dzend_compile.h165 uint32_t catch_op; /* ketchup! */ member
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c1043 if (op_array->try_catch_array[i].catch_op) { in assemble_code_blocks()
1044 …op_array->try_catch_array[j].catch_op = blocks[cfg->map[op_array->try_catch_array[i].catch_op]].st… in assemble_code_blocks()
1046 op_array->try_catch_array[j].catch_op = 0; in assemble_code_blocks()
H A Dzend_cfg.c129 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()
130 end = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()
145 op_array->try_catch_array[j].try_op = op_array->try_catch_array[j].catch_op; in zend_mark_reachable_blocks()
159 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()
160 b = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()
184 if (op_array->try_catch_array[j].catch_op) { in zend_mark_reachable_blocks()
185 …ZEND_ASSERT(!(blocks[block_map[op_array->try_catch_array[j].catch_op]].flags & ZEND_BB_REACHABLE)); in zend_mark_reachable_blocks()
444 if (op_array->try_catch_array[j].catch_op) { in zend_build_cfg()
445 BB_START(op_array->try_catch_array[j].catch_op); in zend_build_cfg()
H A Ddfa_pass.c274 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.c1035 if (op_array->try_catch_array[i].catch_op) { in zend_dump_op_array()
1037 cfg->map[op_array->try_catch_array[i].catch_op]); in zend_dump_op_array()
1094 if (op_array->try_catch_array[i].catch_op) { in zend_dump_op_array()
1096 op_array->try_catch_array[i].catch_op); in zend_dump_op_array()
H A Dnop_removal.c87 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_optimizer_nop_removal()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c752 …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 202 milliseconds