Home
last modified time | relevance | path

Searched refs:last_try_catch (Results 1 – 14 of 14) sorted by relevance

/PHP-7.3/ext/opcache/Optimizer/
H A Dnop_removal.c91 for (j = 0; j < op_array->last_try_catch; j++) { in zend_optimizer_nop_removal()
H A Dzend_cfg.c113 if (op_array->last_live_range || op_array->last_try_catch) { in zend_mark_reachable_blocks()
165 for (j = 0; j < op_array->last_try_catch; j++) { in zend_mark_reachable_blocks()
463 if (op_array->last_try_catch) { in zend_build_cfg()
464 for (j = 0; j < op_array->last_try_catch; j++) { in zend_build_cfg()
H A Dzend_dump.c1028 if (op_array->last_try_catch) { in zend_dump_op_array()
1030 for (i = 0; i < op_array->last_try_catch; i++) { in zend_dump_op_array()
1084 if (op_array->last_try_catch) { in zend_dump_op_array()
1086 for (i = 0; i < op_array->last_try_catch; i++) { in zend_dump_op_array()
H A Dblock_pass.c1024 if (op_array->last_try_catch) { in assemble_code_blocks()
1029 map = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last_try_catch, use_heap); in assemble_code_blocks()
1030 for (i = 0, j = 0; i< op_array->last_try_catch; i++) { in assemble_code_blocks()
1053 op_array->last_try_catch = j; in assemble_code_blocks()
1202 op_array->last_try_catch == 0 && in zend_jmp_optimization()
H A Ddfa_pass.c46 if (op_array->last_try_catch) { in zend_dfa_analyze_op_array()
278 for (j = 0; j < op_array->last_try_catch; j++) { in zend_ssa_remove_nops()
/PHP-7.3/Zend/
H A Dzend_opcode.c79 op_array->last_try_catch = 0; in init_op_array()
457 for (i = 0; i < op_array->last_try_catch; i++) { in zend_check_finally_breakout()
H A Dzend_compile.h417 int last_try_catch; member
H A Dzend_generators.c204 for (i = 0; i < ex->func->op_array.last_try_catch; i++) { in zend_generator_dtor_storage()
H A Dzend_compile.c998 uint32_t try_catch_offset = op_array->last_try_catch++; in zend_add_try_element()
1002 op_array->try_catch_array, sizeof(zend_try_catch_element), op_array->last_try_catch, 0); in zend_add_try_element()
4629 for (current = 0; current < op_array->last_try_catch; ++current) { in zend_resolve_goto_label()
H A Dzend_vm_def.h6981 for (i = 0; i < EX(func)->op_array.last_try_catch; i++) {
H A Dzend_vm_execute.h1764 for (i = 0; i < EX(func)->op_array.last_try_catch; i++) {
/PHP-7.3/ext/opcache/
H A Dzend_persist_calc.c239 …ADD_DUP_SIZE(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c593 …_accel_store(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch); in zend_persist_op_array_ex()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c756 for (i = 0; i < op_array->last_try_catch && op_array->try_catch_array[i].try_op <= op_num; i++) { in phpdbg_check_caught_ex()

Completed in 330 milliseconds