Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dsccp.c1958 zval *jmp_zv = type == IS_LONG in sccp_mark_feasible_successors() local
1963 if (jmp_zv) { in sccp_mark_feasible_successors()
1964 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv))]; in sccp_mark_feasible_successors()
H A Ddfa_pass.c1018 zval *jmp_zv = type == IS_LONG in zend_dfa_optimize_jmps() local
1022 if (jmp_zv) { in zend_dfa_optimize_jmps()
1023 target = ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv)); in zend_dfa_optimize_jmps()

Completed in 14 milliseconds