Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c844 TRACE_RECORD_VM(ZEND_JIT_TRACE_VAL_INFO, NULL, val_type, 0, 0);
896 TRACE_RECORD_VM(ZEND_JIT_TRACE_VAL_INFO, NULL, Z_TYPE_P(val), 0, 0);
H A Dzend_jit_internal.h352 ZEND_JIT_TRACE_VAL_INFO, enumerator
H A Dzend_jit_trace.c1113 } else if (p->op >= ZEND_JIT_TRACE_OP1_TYPE && p->op <= ZEND_JIT_TRACE_VAL_INFO) { in find_return_ssa_var()
1140 } else if (p->op >= ZEND_JIT_TRACE_OP1_TYPE && p->op <= ZEND_JIT_TRACE_VAL_INFO) { in zend_jit_trace_find_init_fcall_op()
1844 if ((p+1)->op == ZEND_JIT_TRACE_VAL_INFO) { in zend_jit_trace_build_tssa()
4418 if ((p+1)->op == ZEND_JIT_TRACE_VAL_INFO) { in zend_jit_trace()
7881 if ((p+1)->op == ZEND_JIT_TRACE_VAL_INFO) { in zend_jit_dump_trace()

Completed in 33 milliseconds