Searched defs:op1_type (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/ |
H A D | zend_vm_gen.php | 189 $op1_type = array( variable
|
H A D | zend_vm_def.h | 3070 uint8_t op1_type; variable 3104 uint8_t op1_type; variable
|
H A D | zend_compile.h | 145 uint8_t op1_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */ member
|
H A D | zend_vm_execute.h | 4441 uint8_t op1_type; in ZEND_JMPZ_SPEC_CONST_HANDLER() local 4475 uint8_t op1_type; in ZEND_JMPNZ_SPEC_CONST_HANDLER() local 15009 uint8_t op1_type; in ZEND_JMPZ_SPEC_TMPVAR_HANDLER() local 15043 uint8_t op1_type; in ZEND_JMPNZ_SPEC_TMPVAR_HANDLER() local 40503 uint8_t op1_type; in ZEND_JMPZ_SPEC_CV_HANDLER() local 40537 uint8_t op1_type; in ZEND_JMPNZ_SPEC_CV_HANDLER() local
|
H A D | zend_execute.c | 3541 uint8_t op1_type = opline->op1_type, op2_type = opline->op2_type; in zend_fetch_static_property_address_ex() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 611 uint8_t trace_flags, op1_type, op2_type, op3_type; local
|
H A D | zend_jit_trace.c | 1813 uint8_t orig_op1_type, orig_op2_type, op1_type, op2_type, op3_type; in zend_jit_trace_build_tssa() local 4385 uint8_t op1_type = p->op1_type; in zend_jit_trace() local 7839 uint8_t op1_type, op2_type, op3_type; in zend_jit_dump_trace() local
|
H A D | zend_jit_ir.c | 5239 uint8_t op1_type, in zend_jit_math_helper() 5568 uint8_t op1_type, in zend_jit_long_math_helper() 5939 uint8_t op1_type, in zend_jit_concat_helper()
|
Completed in 284 milliseconds