Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1216 uint8_t pm = page_map_[i]; in DumpPageMap() local
1217 switch (pm) { in DumpPageMap()
1232 stream << "[" << i << "]=" << (pm == kPageMapReleased ? "Released" : "Empty") in DumpPageMap()
1290 stream << "[" << i << "]=Unrecognizable page map type: " << pm; in DumpPageMap()
1406 uint8_t pm = page_map_[i]; in InspectAll() local
1407 switch (pm) { in InspectAll()
1456 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1476 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1479 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1755 uint8_t pm = page_map_[i]; in Verify() local
[all …]