Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dsccp.c1957 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in sccp_mark_feasible_successors() local
1959 ? zend_hash_index_find(jmptable, Z_LVAL_P(op1)) in sccp_mark_feasible_successors()
1960 : zend_hash_find(jmptable, Z_STR_P(op1)); in sccp_mark_feasible_successors()
H A Ddfa_pass.c1017 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in zend_dfa_optimize_jmps() local
1019 ? zend_hash_index_find(jmptable, Z_LVAL_P(zv)) in zend_dfa_optimize_jmps()
1020 : zend_hash_find(jmptable, Z_STR_P(zv)); in zend_dfa_optimize_jmps()

Completed in 20 milliseconds