Home
last modified time | relevance | path

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

/php-src/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.c5564 OPLINE = EX(opline) + (skip); \
5567 OPLINE = opline + (skip); \
5579 OPLINE = new_op
5583 OPLINE = new_op
5604 OPLINE++
5611 OPLINE = opline; \
5615 OPLINE = EX(opline); \
5636 OPLINE = EX(opline); \
5646 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
3879 OPLINE = OP_JMP_ADDR(opline, opline->op1); in ZEND_JMP_FORWARD_SPEC_HANDLER() local
6010 OPLINE = OP_JMP_ADDR(opline, opline->op2); in ZEND_JMP_FRAMELESS_SPEC_CONST_HANDLER()
55018 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
58592 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
58593 if (UNEXPECTED(!OPLINE)) {
68462 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
[all …]
H A Dzend_vm_def.h9652 OPLINE = OP_JMP_ADDR(opline, opline->op2);
9849 OPLINE = OP_JMP_ADDR(opline, opline->op1); variable

Completed in 218 milliseconds