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.h179 #define ZREG_CONST (1<<4) macro
H A Dzend_jit_trace.c3515 if (STACK_FLAGS(parent_stack, i) == ZREG_CONST) { in zend_jit_trace_deoptimization()
7970 if (STACK_FLAGS(stack, j) == ZREG_CONST) { in zend_jit_dump_exit_info()
8552 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()
16733 if (STACK_FLAGS(parent_stack, i) != ZREG_CONST

Completed in 108 milliseconds