Home
last modified time | relevance | path

Searched refs:catch_op (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/opcache/Optimizer/
H A Dnop_removal.c104 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in nop_removal()
H A Dblock_pass.c176 cfg->catch[i] = &blocks[op_array->try_catch_array[i].catch_op]; in find_code_blocks()
178 START_BLOCK_OP(op_array->try_catch_array[i].catch_op); in find_code_blocks()
1254 op_array->try_catch_array[j].catch_op = cfg->catch[i]->start_opline - new_opcodes; in assemble_code_blocks()
/PHP-5.5/Zend/
H A Dzend_opcode.c590 if (op_array->try_catch_array[i].catch_op) { in zend_resolve_finally_call()
592 opline->op2.opline_num = op_array->try_catch_array[i].catch_op; in zend_resolve_finally_call()
650 if (op_num < op_array->try_catch_array[i].catch_op) { in zend_resolve_finally_ret()
651 catch_op_num = op_array->try_catch_array[i].catch_op; in zend_resolve_finally_ret()
H A Dzend_compile.h137 zend_uint catch_op; /* ketchup! */ member
H A Dzend_compile.c2803 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = 0; in zend_add_try_element()
2810 static void zend_add_catch_element(int offset, zend_uint catch_op TSRMLS_DC) /* {{{ */ in zend_add_catch_element()
2812 CG(active_op_array)->try_catch_array[offset].catch_op = catch_op; in zend_add_catch_element()
H A Dzend_vm_def.h5025 if (op_num < EG(active_op_array)->try_catch_array[i].catch_op) {
5026 catch_op_num = EX(op_array)->try_catch_array[i].catch_op;
H A Dzend_vm_execute.h1003 if (op_num < EG(active_op_array)->try_catch_array[i].catch_op) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1004 catch_op_num = EX(op_array)->try_catch_array[i].catch_op; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 183 milliseconds