Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1222 uint8_t pm = page_map_[i]; in DumpPageMap() local
1223 switch (pm) { in DumpPageMap()
1238 stream << "[" << i << "]=" << (pm == kPageMapReleased ? "Released" : "Empty") in DumpPageMap()
1296 stream << "[" << i << "]=Unrecognizable page map type: " << pm; in DumpPageMap()
1412 uint8_t pm = page_map_[i]; in InspectAll() local
1413 switch (pm) { in InspectAll()
1462 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1482 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1485 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1761 uint8_t pm = page_map_[i]; in Verify() local
[all …]