Lines Matching refs:pm
1222 uint8_t pm = page_map_[i]; in DumpPageMap() local
1223 switch (pm) { in DumpPageMap()
1238 stream << "[" << i << "]=" << (pm == kPageMapReleased ? "Released" : "Empty") in DumpPageMap()
1296 stream << "[" << i << "]=Unrecognizable page map type: " << pm; in DumpPageMap()
1412 uint8_t pm = page_map_[i]; in InspectAll() local
1413 switch (pm) { in InspectAll()
1462 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1482 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1485 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1761 uint8_t pm = page_map_[i]; in Verify() local
1762 switch (pm) { in Verify()
1815 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1843 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1997 uint8_t pm = page_map_[i]; in ReleasePages() local
1998 switch (pm) { in ReleasePages()
2036 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in ReleasePages()
2120 uint8_t pm = page_map_[i]; in DumpStats() local
2121 switch (pm) { in DumpStats()
2139 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl in DumpStats()
2158 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl in DumpStats()