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