Home
last modified time | relevance | path

Searched defs:op1_type (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_vm_gen.php189 $op1_type = array( variable
H A Dzend_vm_def.h3002 uint8_t op1_type; variable
3036 uint8_t op1_type; variable
H A Dzend_compile.h142 uint8_t op1_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */ member
H A Dzend_vm_execute.h4177 uint8_t op1_type; in ZEND_JMPZ_SPEC_CONST_HANDLER() local
4211 uint8_t op1_type; in ZEND_JMPNZ_SPEC_CONST_HANDLER() local
14498 uint8_t op1_type; in ZEND_JMPZ_SPEC_TMPVAR_HANDLER() local
14532 uint8_t op1_type; in ZEND_JMPNZ_SPEC_TMPVAR_HANDLER() local
39270 uint8_t op1_type; in ZEND_JMPZ_SPEC_CV_HANDLER() local
39304 uint8_t op1_type; in ZEND_JMPNZ_SPEC_CV_HANDLER() local
H A Dzend_execute.c3366 uint8_t op1_type = opline->op1_type, op2_type = opline->op2_type; in zend_fetch_static_property_address_ex() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c599 uint8_t trace_flags, op1_type, op2_type, op3_type; local
H A Dzend_jit_trace.c1657 uint8_t orig_op1_type, orig_op2_type, op1_type, op2_type, op3_type; in zend_jit_trace_build_tssa() local
4295 uint8_t op1_type = p->op1_type; in zend_jit_trace() local
7457 uint8_t op1_type, op2_type, op3_type; in zend_jit_dump_trace() local

Completed in 265 milliseconds