Searched refs:jmp_zv (Results 1 – 2 of 2) sorted by relevance
1977 zval *jmp_zv = type == IS_LONG in sccp_mark_feasible_successors() local1982 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()
998 zval *jmp_zv = type == IS_LONG in zend_dfa_optimize_jmps() local1003 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