Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_execute.c5223 OPLINE = EX(opline) + (skip); \
5226 OPLINE = opline + (skip); \
5238 OPLINE = new_op
5242 OPLINE = new_op; \
5260 OPLINE++
5267 OPLINE = opline; \
5271 OPLINE = EX(opline); \
5292 OPLINE = EX(opline); \
5302 OPLINE = EX(opline); \
H A Dzend_vm_execute.h348 #define HYBRID_NEXT() goto *(void**)(OPLINE->handler)
371 # define ZEND_VM_CONTINUE() ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASST…
397 # define OPLINE opline macro
405 # define OPLINE EX(opline) macro
3539 OPLINE = OP_JMP_ADDR(opline, opline->op1); in ZEND_JMP_FORWARD_SPEC_HANDLER() local
52088 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
55619 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
55620 if (UNEXPECTED(!OPLINE)) {
55622 …if (UNEXPECTED((ret = ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)) != 0…
64308 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
[all …]
H A Dzend_vm_def.h9341 OPLINE = OP_JMP_ADDR(opline, opline->op1); variable
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc3623 /* this check may be handled by the following OPLINE guard or jmp [IP] */
11548 /* this check should be handled by the following OPLINE guard */
H A Dzend_jit_arm64.dasc3289 /* this check should be handled by the following OPLINE guard or jmp [IP] */
10840 /* this check should be handled by the following OPLINE guard */

Completed in 236 milliseconds