Lines Matching defs:target
670 void InterpreterStubBuilder::DispatchBase(GateRef target, GateRef glue, Args... args)
672 GetEnvironment()->GetBuilder()->CallBCHandler(glue, target, {glue, args...});
680 GateRef target = PtrMul(ZExtInt32ToPtr(ZExtInt8ToInt32(opcode)), IntPtrSize());
681 DispatchBase(target, glue, sp, newPc, constpool, profileTypeInfo, acc, hotnessCounter);
688 GateRef target = PtrMul(IntPtr(BytecodeStubCSigns::ID_ExceptionHandler), IntPtrSize());
689 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);
697 GateRef target = PtrMul(ZExtInt32ToPtr(ZExtInt8ToInt32(opcode)), IntPtrSize());
699 GetEnvironment()->GetBuilder()->CallBCDebugger(glue, target, args);
706 GateRef target = PtrMul(IntPtr(BytecodeStubCSigns::ID_ExceptionHandler), IntPtrSize());
708 GetEnvironment()->GetBuilder()->CallBCDebugger(glue, target, args);
722 GateRef target = PtrMul(index, IntPtrSize());
723 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);