Lines Matching refs:zend_op
310 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op);
321 register const zend_op* volatile opline __asm__(ZEND_VM_IP_GLOBAL_REG);
370 # define USE_OPLINE const zend_op *opline = EX(opline);
397 const zend_op *orig_opline = opline;
502 const zend_op *old_opline = EX(opline);
1465 const zend_op *exc_opline = EG(opline_before_exception);
1612 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno;
1652 zend_op *target = OP_JMP_ADDR(opline, opline->op2);
1653 zend_op *result = target - 1;
50327 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op)
50351 ZEND_API void zend_vm_set_opcode_handler(zend_op* op)
50360 const zend_op *orig_opline = opline;