Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_opcode.c933 uint32_t var_offset = op_array->last_var; in zend_calc_live_ranges()
943 uint32_t var_num = EX_VAR_TO_NUM(opline->result.var) - var_offset; in zend_calc_live_ranges()
969 uint32_t var_num = EX_VAR_TO_NUM(opline->op1.var) - var_offset; in zend_calc_live_ranges()
978 uint32_t var_num = EX_VAR_TO_NUM(opline->op2.var) - var_offset; in zend_calc_live_ranges()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10920 … int zend_jit_free_op(zend_jit_ctx *jit, const zend_op *opline, uint32_t info, uint32_t var_offset) argument
10923 jit_ZVAL_PTR_DTOR(jit, ZEND_ADDR_MEM_ZVAL(ZREG_FP, var_offset), info, 0, opline);

Completed in 44 milliseconds