Searched refs:SlotIt (Results 1 – 1 of 1) sorted by relevance
290 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue() local291 assert(SlotIt != StatepointSlots.end() && in reservePreviousStackSlotForValue()295 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()1230 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate() local1231 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()1232 const RecordType &Record = SlotIt->second; in visitGCRelocate()