Searched refs:jmp_zv (Results 1 – 2 of 2) sorted by relevance
1920 zval *jmp_zv = type == IS_LONG in sccp_mark_feasible_successors() local1925 if (jmp_zv) { in sccp_mark_feasible_successors()1926 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv))]; in sccp_mark_feasible_successors()
971 zval *jmp_zv = type == IS_LONG in zend_dfa_optimize_jmps() local975 if (jmp_zv) { in zend_dfa_optimize_jmps()976 target = ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv)); in zend_dfa_optimize_jmps()
Completed in 19 milliseconds