Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c97 ZEND_OP1(opline).var = NUM_VAR(var + offset); in zend_optimize_temporary_variables()
139 ZEND_OP1(opline).var = NUM_VAR(map_T[currT] + offset); in zend_optimize_temporary_variables()
150 ZEND_OP2(opline).var = NUM_VAR(map_T[currT] + offset); in zend_optimize_temporary_variables()
164 ZEND_RESULT(opline).var = NUM_VAR(map_T[currT] + offset); in zend_optimize_temporary_variables()
179 ZEND_RESULT(opline).var = NUM_VAR(i + offset); in zend_optimize_temporary_variables()
194 NUM_VAR(map_T[VAR_NUM(op_array->live_range[i].var & ~ZEND_LIVE_MASK) - offset] + offset) | in zend_optimize_temporary_variables()
H A Dzend_optimizer_internal.h39 #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v)) macro

Completed in 7 milliseconds