Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h181 #define ZREG_CONST (1<<4) macro
H A Dzend_jit_trace.c3528 if (STACK_FLAGS(parent_stack, i) == ZREG_CONST) { in zend_jit_trace_deoptimization()
8018 if (STACK_FLAGS(stack, j) == ZREG_CONST) { in zend_jit_dump_exit_info()
8624 if (STACK_FLAGS(stack, i) == ZREG_CONST) { in zend_jit_trace_exit()
H A Dzend_jit_ir.c757 } else if (t->stack_map[t->exit_info[exit_point].stack_offset + var].flags != ZREG_CONST) { in zend_jit_snapshot_handler()
809 t->stack_map[t->exit_info[exit_point].stack_offset + var].flags = ZREG_CONST; in zend_jit_snapshot_handler()
17175 if (STACK_FLAGS(parent_stack, i) != ZREG_CONST

Completed in 82 milliseconds