Lines Matching refs:pm
1216 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
1756 switch (pm) { in Verify()
1809 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1837 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1991 uint8_t pm = page_map_[i]; in ReleasePages() local
1992 switch (pm) { in ReleasePages()
2030 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in ReleasePages()
2118 uint8_t pm = page_map_[i]; in DumpStats() local
2119 switch (pm) { in DumpStats()
2137 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl in DumpStats()
2156 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl in DumpStats()