Home
last modified time | relevance | path

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

/PHP-8.4/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.c5520 OPLINE = EX(opline) + (skip); \
5523 OPLINE = opline + (skip); \
5535 OPLINE = new_op
5539 OPLINE = new_op
5560 OPLINE++
5567 OPLINE = opline; \
5571 OPLINE = EX(opline); \
5592 OPLINE = EX(opline); \
5602 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
3868 OPLINE = OP_JMP_ADDR(opline, opline->op1); in ZEND_JMP_FORWARD_SPEC_HANDLER() local
5999 OPLINE = OP_JMP_ADDR(opline, opline->op2); in ZEND_JMP_FRAMELESS_SPEC_CONST_HANDLER()
54977 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
58551 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
58552 if (UNEXPECTED(!OPLINE)) {
68421 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
[all …]
H A Dzend_vm_def.h9634 OPLINE = OP_JMP_ADDR(opline, opline->op2);
9831 OPLINE = OP_JMP_ADDR(opline, opline->op1); variable

Completed in 208 milliseconds