• Home
  • Raw
  • Download

Lines Matching defs:sp

27 void InterpreterStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val)  in SetVregValue()
32 inline GateRef InterpreterStubBuilder::GetVregValue(GateRef sp, GateRef idx) in GetVregValue()
323 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState()
364 GateRef InterpreterStubBuilder::CheckStackOverflow(GateRef glue, GateRef sp) in CheckStackOverflow()
372 GateRef InterpreterStubBuilder::PushArg(GateRef glue, GateRef sp, GateRef value) in PushArg()
380 GateRef InterpreterStubBuilder::PushUndefined(GateRef glue, GateRef sp, GateRef num) in PushUndefined()
403 GateRef InterpreterStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startInd… in PushRange()
427 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
550 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch()
560 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
568 void InterpreterStubBuilder::DispatchDebugger(GateRef glue, GateRef sp, GateRef pc, GateRef constpo… in DispatchDebugger()
578 void InterpreterStubBuilder::DispatchDebuggerLast(GateRef glue, GateRef sp, GateRef pc, GateRef con… in DispatchDebuggerLast()
593 void InterpreterStubBuilder::DispatchWithId(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchWithId()
606 void InterpreterStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckException()
624 void InterpreterStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef pc, GateRef co… in CheckPendingException()
642 void InterpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef co… in CheckExceptionWithVar()
662 void InterpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef c… in CheckExceptionWithJump()