Home
last modified time | relevance | path

Searched refs:OPLINE (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_verify_type_inference.h22 #define VM_TRACE(op) zend_verify_inference_use(execute_data, OPLINE); \
26 if (OPLINE->opcode != ZEND_GENERATOR_RETURN) { \
27 __current_ex = execute_data; __current_op = OPLINE; \
H A Dzend_execute.c5322 OPLINE = EX(opline) + (skip); \
5325 OPLINE = opline + (skip); \
5337 OPLINE = new_op
5341 OPLINE = new_op; \
5359 OPLINE++
5366 OPLINE = opline; \
5370 OPLINE = EX(opline); \
5391 OPLINE = EX(opline); \
5401 OPLINE = EX(opline); \
H A Dzend_vm_execute.h360 #define HYBRID_NEXT() HYBRID_JIT_GUARD(); goto *(void**)(OPLINE->handler)
383 # define ZEND_VM_CONTINUE() ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASST…
409 # define OPLINE opline macro
417 # define OPLINE EX(opline) macro
3749 OPLINE = OP_JMP_ADDR(opline, opline->op1); in ZEND_JMP_FORWARD_SPEC_HANDLER() local
5815 OPLINE = OP_JMP_ADDR(opline, opline->op2); in ZEND_JMP_FRAMELESS_SPEC_CONST_HANDLER()
53553 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
57122 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
57123 if (UNEXPECTED(!OPLINE)) {
66957 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
[all …]
H A Dzend_vm_def.h9565 OPLINE = OP_JMP_ADDR(opline, opline->op2);
9664 OPLINE = OP_JMP_ADDR(opline, opline->op1); variable

Completed in 191 milliseconds