Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1367 uint8_t pm = page_map_[i]; in DumpPageMap() local
1368 switch (pm) { in DumpPageMap()
1383 stream << "[" << i << "]=" << (pm == kPageMapReleased ? "Released" : "Empty") in DumpPageMap()
1441 stream << "[" << i << "]=Unrecognizable page map type: " << pm; in DumpPageMap()
1557 uint8_t pm = page_map_[i]; in InspectAll() local
1558 switch (pm) { in InspectAll()
1607 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1627 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1630 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1904 uint8_t pm = page_map_[i]; in Verify() local
[all …]