Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.c5329 OPLINE = EX(opline) + (skip); \
5332 OPLINE = opline + (skip); \
5344 OPLINE = new_op
5348 OPLINE = new_op; \
5366 OPLINE++
5373 OPLINE = opline; \
5377 OPLINE = EX(opline); \
5398 OPLINE = EX(opline); \
5408 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
3685 OPLINE = OP_JMP_ADDR(opline, opline->op1); in ZEND_JMP_FORWARD_SPEC_HANDLER() local
53440 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-… in ZEND_NULL_HANDLER()
57004 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
57005 if (UNEXPECTED(!OPLINE)) {
57007 …if (UNEXPECTED((ret = ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)) != 0…
65804 ((opcode_handler_t)OPLINE->handler)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
[all …]
H A Dzend_vm_def.h9563 OPLINE = OP_JMP_ADDR(opline, opline->op1); variable
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc3272 /* this check should be handled by the following OPLINE guard or jmp [IP] */
10719 /* this check should be handled by the following OPLINE guard */
H A Dzend_jit_x86.dasc3582 /* this check may be handled by the following OPLINE guard or jmp [IP] */
11425 /* this check should be handled by the following OPLINE guard */

Completed in 286 milliseconds