Lines Matching defs:constpool
675 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo,
681 DispatchBase(target, glue, sp, newPc, constpool, profileTypeInfo, acc, hotnessCounter);
685 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
689 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);
693 void InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
698 auto args = { glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter };
703 void InterpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
707 auto args = { glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter };
718 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
723 DispatchBase(target, glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter);
728 DispatchLast(glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter)
730 Dispatch(glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter, offset)
731 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
749 void InterpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
767 void InterpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
787 void InterpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,