Home
last modified time | relevance | path

Searched refs:jmp_target (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_opcode.c1004 uint32_t jmp_target = zend_get_brk_cont_target(op_array, opline); in pass_two() local
1007 zend_check_finally_breakout(op_array, opline - op_array->opcodes, jmp_target); in pass_two()
1010 opline->op1.opline_num = jmp_target; in pass_two()
H A Dzend_compile.c5410 zval jmp_target; in zend_compile_switch() local
5411 ZVAL_LONG(&jmp_target, get_next_op_number()); in zend_compile_switch()
5415 zend_hash_index_add(jumptable, Z_LVAL_P(cond_zv), &jmp_target); in zend_compile_switch()
5418 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_switch()
5620 zval jmp_target; in zend_compile_match() local
5621 ZVAL_LONG(&jmp_target, get_next_op_number()); in zend_compile_match()
5624 zend_hash_index_add(jumptable, Z_LVAL_P(cond_zv), &jmp_target); in zend_compile_match()
5627 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_match()

Completed in 36 milliseconds