Home
last modified time | relevance | path

Searched defs:op2_type (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_vm_gen.php200 $op2_type = array( variable
H A Dzend_compile.h146 uint8_t op2_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */ member
H A Dzend_execute.c3540 uint8_t op1_type = opline->op1_type, op2_type = opline->op2_type; in zend_fetch_static_property_address_ex() local
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c615 uint8_t trace_flags, op1_type, op2_type, op3_type; local
H A Dzend_jit_trace.c1775 uint8_t orig_op1_type, orig_op2_type, op1_type, op2_type, op3_type; in zend_jit_trace_build_tssa() local
4358 uint8_t op2_type = p->op2_type; in zend_jit_trace() local
7762 uint8_t op1_type, op2_type, op3_type; in zend_jit_dump_trace() local
H A Dzend_jit_ir.c5236 uint8_t op2_type, in zend_jit_math_helper()
5566 uint8_t op2_type, in zend_jit_long_math_helper()
5936 uint8_t op2_type, in zend_jit_concat_helper()

Completed in 148 milliseconds