Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h180 #define ZREG_ZVAL_COPY (2<<4) macro
H A Dzend_jit_trace.c2875 && STACK_FLAGS(parent_stack, i) != ZREG_ZVAL_COPY in zend_jit_trace_allocate_registers()
3558 } else if (STACK_FLAGS(parent_stack, i) == ZREG_ZVAL_COPY) { in zend_jit_trace_deoptimization()
3615 ZEND_ASSERT(STACK_FLAGS(parent_stack, check2) == ZREG_ZVAL_COPY); in zend_jit_trace_deoptimization()
7984 } else if (STACK_FLAGS(stack, j) == ZREG_ZVAL_COPY) { in zend_jit_dump_exit_info()
8005 } else if (STACK_FLAGS(stack, j) == ZREG_ZVAL_COPY) { in zend_jit_dump_exit_info()
8574 } else if (STACK_FLAGS(stack, i) == ZREG_ZVAL_COPY) { in zend_jit_trace_exit()
H A Dzend_jit_ir.c748 if (t->stack_map[t->exit_info[exit_point].stack_offset + var].flags == ZREG_ZVAL_COPY) { in zend_jit_snapshot_handler()
7935 SET_STACK_REF_EX(stack, EX_VAR_TO_NUM(opline->result.var), ref, ZREG_ZVAL_COPY); in zend_jit_guard_fetch_result_type()
7947 SET_STACK_REF_EX(stack, EX_VAR_TO_NUM(opline->result.var), ref, ZREG_ZVAL_COPY); in zend_jit_guard_fetch_result_type()
16738 if (STACK_FLAGS(parent_stack, i) == ZREG_ZVAL_COPY) {

Completed in 71 milliseconds