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()
155 GateRef BaselineStubBuilder::GetFunctionFromFrame(GateRef glue, GateRef frame) in GetFunctionFromFrame()
161 GateRef BaselineStubBuilder::GetEnvFromFrame(GateRef glue, GateRef frame) in GetEnvFromFrame()
167 GateRef BaselineStubBuilder::GetAccFromFrame(GateRef glue, GateRef frame) in GetAccFromFrame()
173 GateRef BaselineStubBuilder::GetConstpoolFromMethod(GateRef glue, GateRef method) in GetConstpoolFromMethod()
178 GateRef BaselineStubBuilder::GetProfileTypeInfoFromFunction(GateRef glue, GateRef function) in GetProfileTypeInfoFromFunction()
190 GateRef BaselineStubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction()
195 GateRef BaselineStubBuilder::GetHomeObjectFromFunction(GateRef glue, GateRef function) in GetHomeObjectFromFunction()
200 GateRef BaselineStubBuilder::GetModule(GateRef glue, GateRef sp) in GetModule()
206 GateRef BaselineStubBuilder::GetCurrentFrame(GateRef glue) in GetCurrentFrame()
228 GateRef BaselineStubBuilder::GetThisFromFrame(GateRef glue, GateRef frame) in GetThisFromFrame()
234 GateRef BaselineStubBuilder::GetNewTarget(GateRef glue, GateRef sp) in GetNewTarget()
251 GateRef BaselineStubBuilder::GetStartIdxAndNumArgs(GateRef glue, GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
313 void BaselineStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
318 GateRef BaselineStubBuilder::GetVregValue(GateRef glue, GateRef sp, GateRef idx) in GetVregValue()
341 GateRef BaselineStubBuilder::GetLastLeaveFrame(GateRef glue) in GetLastLeaveFrame()