Lines Matching defs:glue
28 void BaselineStubBuilder::SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame()
34 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar()
51 void BaselineStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef res) in CheckException()
70 void BaselineStubBuilder::CheckExceptionReturn(GateRef glue, GateRef sp, GateRef res) in CheckExceptionReturn()
89 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump()
106 void BaselineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, Ga… in CheckExceptionWithJumpAndReturn()
124 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException()
141 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast()
148 GateRef BaselineStubBuilder::CallBaselineStub(GateRef glue, int index, const std::initializer_list<… in CallBaselineStub()
207 GateRef BaselineStubBuilder::GetCurrentFrame(GateRef glue) in GetCurrentFrame()
313 void BaselineStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
341 GateRef BaselineStubBuilder::GetLastLeaveFrame(GateRef glue) in GetLastLeaveFrame()
348 void BaselineStubBuilder::UpdateProfileTypeInfoCellToFunction(GateRef glue, GateRef function, in UpdateProfileTypeInfoCellToFunction()