Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Ddfa_pass.c956 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in zend_dfa_optimize_jmps() local
958 ? zend_hash_index_find(jmptable, Z_LVAL_P(zv)) in zend_dfa_optimize_jmps()
959 : zend_hash_find(jmptable, Z_STR_P(zv)); in zend_dfa_optimize_jmps()
H A Dsccp.c1869 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in sccp_mark_feasible_successors() local
1871 ? zend_hash_index_find(jmptable, Z_LVAL_P(op1)) in sccp_mark_feasible_successors()
1872 : zend_hash_find(jmptable, Z_STR_P(op1)); in sccp_mark_feasible_successors()

Completed in 13 milliseconds