Searched refs:jmp_zv (Results 1 – 2 of 2) sorted by relevance
1958 zval *jmp_zv = type == IS_LONG in sccp_mark_feasible_successors() local1963 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()
1018 zval *jmp_zv = type == IS_LONG in zend_dfa_optimize_jmps() local1022 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 13 milliseconds