Lines Matching refs:pm
1367 uint8_t pm = page_map_[i]; in DumpPageMap() local
1368 switch (pm) { in DumpPageMap()
1383 stream << "[" << i << "]=" << (pm == kPageMapReleased ? "Released" : "Empty") in DumpPageMap()
1441 stream << "[" << i << "]=Unrecognizable page map type: " << pm; in DumpPageMap()
1557 uint8_t pm = page_map_[i]; in InspectAll() local
1558 switch (pm) { in InspectAll()
1607 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1627 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1630 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in InspectAll()
1904 uint8_t pm = page_map_[i]; in Verify() local
1905 switch (pm) { in Verify()
1958 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
1986 …LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(… in Verify()
2142 uint8_t pm = page_map_[i]; in ReleasePages() local
2143 switch (pm) { in ReleasePages()
2181 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm); in ReleasePages()