Home
last modified time | relevance | path

Searched refs:GetGMapsEntry (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dmem_map.cc66 Maps::iterator GetGMapsEntry(const MemMap& map) REQUIRES(MemMap::GetMemMapsLock()) { in GetGMapsEntry() function
636 auto it = GetGMapsEntry(*this); in Invalidate()
648 auto this_it = IsValid() ? GetGMapsEntry(*this) : gMaps->end(); in swap()
649 auto other_it = other.IsValid() ? GetGMapsEntry(other) : gMaps->end(); in swap()
766 auto it = GetGMapsEntry(*this); in RemapAtEnd()
808 auto it = GetGMapsEntry(*this); in ReleaseReservedMemory()
1287 auto it = GetGMapsEntry(*this); in AlignBy()