Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c1977 zval *jmp_zv = type == IS_LONG in sccp_mark_feasible_successors() local
1982 if (jmp_zv) { in sccp_mark_feasible_successors()
1983 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.c998 zval *jmp_zv = type == IS_LONG in zend_dfa_optimize_jmps() local
1003 if (jmp_zv) { in zend_dfa_optimize_jmps()
1004 target = ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv)); in zend_dfa_optimize_jmps()

Completed in 24 milliseconds