Lines Matching refs:second
72 if (it->second == &map) { in GetGMapsEntry()
84 MemMap* map = it->second; in operator <<()
160 MemMap* const map = pair.second; in ContainedWithinExistingMap()
643 DCHECK_EQ(this_it->second, this); in swap()
644 this_it->second = &other; in swap()
648 DCHECK_EQ(other_it->second, &other); in swap()
649 other_it->second = this; in swap()
899 MemMap* map = it->second; in DumpMapsLocked()
912 it->second->GetProtect() == map->GetProtect() && in DumpMapsLocked()
913 it->second->GetName() == map->GetName() && in DumpMapsLocked()
914 (it->second->BaseBegin() == end || num_gaps < kMaxGaps)) { in DumpMapsLocked()
915 if (it->second->BaseBegin() != end) { in DumpMapsLocked()
922 reinterpret_cast<uintptr_t>(it->second->BaseBegin()) - reinterpret_cast<uintptr_t>(end); in DumpMapsLocked()
928 CHECK_ALIGNED(it->second->BaseSize(), kPageSize); in DumpMapsLocked()
930 size += it->second->BaseSize(); in DumpMapsLocked()
931 end = it->second->BaseEnd(); in DumpMapsLocked()
946 if (it->second == &map) { in HasMemMap()
959 MemMap* map = it->second; in GetLargestMemMapAt()
1039 ptr = std::max(ptr, reinterpret_cast<uintptr_t>(before_it->second->BaseEnd())); in MapInternalArtLow4GBAllocator()
1050 ptr = reinterpret_cast<uintptr_t>(it->second->BaseEnd()); in MapInternalArtLow4GBAllocator()