Searched refs:op3_type (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 413 trace_buffer[idx].op3_type = _op3_type; \ 611 uint8_t trace_flags, op1_type, op2_type, op3_type; local 683 op1_type = op2_type = op3_type = IS_UNKNOWN; 770 op3_type = Z_TYPE_P(zv); 771 if (op3_type == IS_INDIRECT) { 773 op3_type = Z_TYPE_P(zv); 776 if (op3_type == IS_REFERENCE) { 778 op3_type = Z_TYPE_P(zv); 781 op3_type |= flags; 785 TRACE_RECORD_VM(ZEND_JIT_TRACE_VM, opline, op1_type, op2_type, op3_type);
|
H A D | zend_jit_trace.c | 421 ADD_OP_GUARD(tssa->ops[idx+1].op1_use, op3_type) 1822 op3_type = p->op3_type; in zend_jit_trace_build_tssa() 1833 op3_type = IS_UNKNOWN; in zend_jit_trace_build_tssa() 1866 if (op3_type != IS_UNKNOWN in zend_jit_trace_build_tssa() 4387 uint8_t op3_type = p->op3_type; in zend_jit_trace() local 4407 op3_type = IS_UNKNOWN; in zend_jit_trace() 7839 uint8_t op1_type, op2_type, op3_type; in zend_jit_dump_trace() local 7849 op3_type = p->op3_type; in zend_jit_dump_trace() 7878 if (op3_type != IS_UNKNOWN) { in zend_jit_dump_trace() 7880 ((op3_type & IS_TRACE_REFERENCE) ? "*&" : "*") : in zend_jit_dump_trace() [all …]
|
H A D | zend_jit_internal.h | 403 uint8_t op3_type;/* recorded zval for op_data.op1_type for ZEND_JIT_TRACE_VM */
|
Completed in 49 milliseconds