Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.h182 typedef AllocationTrackingMultiMap<void*, MemMap*, kAllocatorTagMaps> Maps; typedef
240 static Maps* maps_ GUARDED_BY(Locks::mem_maps_lock_);
245 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps);
Dmem_map.cc63 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps) { in operator <<()
74 MemMap::Maps* MemMap::maps_ = nullptr;
740 maps_ = new Maps; in Init()