Lines Matching refs:slotInfo
91 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef profileTypeInfo, GateRef type)
107 GateRef slotId = GetSlotID(slotInfo);
138 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef constructor, GateRef profileTypeInfo)
154 GateRef slotId = GetSlotID(slotInfo);
177 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo)
194 GateRef slotId = GetSlotID(slotInfo);
229 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef target, GateRef profileTypeInfo)
270 GateRef slotId = GetSlotID(slotInfo);
361 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef target, GateRef profileTypeInfo)
380 GateRef slotId = GetSlotID(slotInfo);
559 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef profileTypeInfo, bool isTrue)
582 GateRef slotId = GetSlotID(slotInfo);
729 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef iterator, GateRef profileTypeInfo)
747 GateRef slotId = GetSlotID(slotInfo);
783 GateRef ProfilerStubBuilder::GetSlotID(const SlotIDInfo &slotInfo)
785 auto slotType = slotInfo.GetSlotType();
787 return slotInfo.GetSlotID();
791 return ZExtInt8ToInt32(Load(VariableType::INT8(), slotInfo.GetPC(), IntPtr(1)));
794 auto format = slotInfo.GetFormat();
795 auto pc = slotInfo.GetPC();