Lines Matching defs:glue
27 void BaselineStubBuilder::SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame()
33 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar()
50 void BaselineStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef res) in CheckException()
69 void BaselineStubBuilder::CheckExceptionReturn(GateRef glue, GateRef sp, GateRef res) in CheckExceptionReturn()
88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump()
105 void BaselineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, Ga… in CheckExceptionWithJumpAndReturn()
123 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException()
140 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast()
147 GateRef BaselineStubBuilder::CallBaselineStub(GateRef glue, int index, const std::initializer_list<… in CallBaselineStub()
206 GateRef BaselineStubBuilder::GetCurrentFrame(GateRef glue) in GetCurrentFrame()
312 void BaselineStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
340 GateRef BaselineStubBuilder::GetLastLeaveFrame(GateRef glue) in GetLastLeaveFrame()