Home
last modified time | relevance | path

Searched refs:CRT_CONSTANT (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.h119 #define CRT_CONSTANT(node) \ macro
H A Dzend_ssa.c197 zv = CRT_CONSTANT(op->op2); in find_adjusted_tmp_var()
204 zv = CRT_CONSTANT(op->op1); in find_adjusted_tmp_var()
213 zv = CRT_CONSTANT(op->op2); in find_adjusted_tmp_var()
307 zval *zv = CRT_CONSTANT((opline-1)->op2); in place_essa_pis()
329 zval *zv = CRT_CONSTANT((opline-1)->op1); in place_essa_pis()
331 add_val1 = Z_LVAL_P(CRT_CONSTANT((opline-1)->op1)); in place_essa_pis()
477 val = CRT_CONSTANT((opline-1)->op2); in place_essa_pis()
480 val = CRT_CONSTANT((opline-1)->op1); in place_essa_pis()
511 zend_string *lcname = Z_STR_P(CRT_CONSTANT((opline-1)->op2) + 1); in place_essa_pis()
H A Dzend_cfg.c344 zv = CRT_CONSTANT(opline->op2); in zend_build_cfg()
409 HashTable *jumptable = Z_ARRVAL_P(CRT_CONSTANT(opline->op2)); in zend_build_cfg()
577 HashTable *jumptable = Z_ARRVAL_P(CRT_CONSTANT(opline->op2)); in zend_build_cfg()

Completed in 11 milliseconds