Searched refs:jmp_target (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_opcode.c | 1109 uint32_t jmp_target = zend_get_brk_cont_target(op_array, opline); in pass_two() local 1112 zend_check_finally_breakout(op_array, opline - op_array->opcodes, jmp_target); in pass_two() 1115 opline->op1.opline_num = jmp_target; in pass_two()
|
H A D | zend_compile.c | 6325 zval jmp_target; in zend_compile_switch() local 6326 ZVAL_LONG(&jmp_target, get_next_op_number()); in zend_compile_switch() 6330 zend_hash_index_add(jumptable, Z_LVAL_P(cond_zv), &jmp_target); in zend_compile_switch() 6333 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_switch() 6539 zval jmp_target; in zend_compile_match() local 6540 ZVAL_LONG(&jmp_target, get_next_op_number()); in zend_compile_match() 6543 zend_hash_index_add(jumptable, Z_LVAL_P(cond_zv), &jmp_target); in zend_compile_match() 6546 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_match()
|
Completed in 40 milliseconds