Lines Matching refs:pm
1218 uint8_t pm = page_map_[i]; in DumpPageMap() local
1219 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() local
1408 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
1757 switch (pm) { in Verify()
1810 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1838 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1992 uint8_t pm = page_map_[i]; in ReleasePages() local
1993 switch (pm) { in ReleasePages()
2031 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in ReleasePages()
2119 uint8_t pm = page_map_[i]; in DumpStats() local
2120 switch (pm) { in DumpStats()
2138 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl in DumpStats()
2157 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl in DumpStats()