Searched refs:pm (Results 1 – 1 of 1) sorted by relevance
1218 uint8_t pm = page_map_[i]; in DumpPageMap() local1219 switch (pm) { in DumpPageMap()1234 stream << "[" << i << "]=" << (pm == kPageMapReleased ? "Released" : "Empty") in DumpPageMap()1292 stream << "[" << i << "]=Unrecognizable page map type: " << pm; in DumpPageMap()1407 uint8_t pm = page_map_[i]; in InspectAll() local1408 switch (pm) { in InspectAll()1457 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()1477 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()1480 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()1756 uint8_t pm = page_map_[i]; in Verify() local[all …]