Searched refs:pm (Results 1 – 1 of 1) sorted by relevance
1216 uint8_t pm = page_map_[i]; in DumpPageMap() local1217 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() local1407 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 …]