Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c404 trace_buffer[idx].op3_type = _op3_type; \
594 uint8_t trace_flags, op1_type, op2_type, op3_type; local
666 op1_type = op2_type = op3_type = IS_UNKNOWN;
747 op3_type = Z_TYPE_P(zv);
748 if (op3_type == IS_INDIRECT) {
750 op3_type = Z_TYPE_P(zv);
753 if (op3_type == IS_REFERENCE) {
755 op3_type = Z_TYPE_P(zv);
758 op3_type |= flags;
762 TRACE_RECORD_VM(ZEND_JIT_TRACE_VM, opline, op1_type, op2_type, op3_type);
H A Dzend_jit_trace.c422 ADD_OP_GUARD(tssa->ops[idx+1].op1_use, op3_type)
1728 op3_type = p->op3_type; in zend_jit_trace_build_tssa()
1739 op3_type = IS_UNKNOWN; in zend_jit_trace_build_tssa()
1777 if (op3_type != IS_UNKNOWN in zend_jit_trace_build_tssa()
4274 uint8_t op3_type = p->op3_type; in zend_jit_trace() local
4294 op3_type = IS_UNKNOWN; in zend_jit_trace()
7610 uint8_t op1_type, op2_type, op3_type; in zend_jit_dump_trace() local
7620 op3_type = p->op3_type; in zend_jit_dump_trace()
7649 if (op3_type != IS_UNKNOWN) { in zend_jit_dump_trace()
7651 ((op3_type & IS_TRACE_REFERENCE) ? "*&" : "*") : in zend_jit_dump_trace()
[all …]
H A Dzend_jit_internal.h393 uint8_t op3_type;/* recorded zval for op_data.op1_type for ZEND_JIT_TRACE_VM */

Completed in 32 milliseconds