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
668 auto it = GetGMapsEntry(*this); in Invalidate()
681 auto this_it = IsValid() ? GetGMapsEntry(*this) : gMaps->end(); in swap()
682 auto other_it = other.IsValid() ? GetGMapsEntry(other) : gMaps->end(); in swap()
799 auto it = GetGMapsEntry(*this); in RemapAtEnd()
841 auto it = GetGMapsEntry(*this); in ReleaseReservedMemory()
1390 auto it = GetGMapsEntry(*this); in AlignBy()