Home
last modified time | relevance | path

Searched refs:DumpPageMap (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.cc1208 std::string RosAlloc::DumpPageMap() { in DumpPageMap() function in art::gc::allocator::RosAlloc
1777 << i << " to " << (i + num_pages) << std::endl << DumpPageMap(); in Verify()
1781 << std::endl << DumpPageMap(); in Verify()
1803 << std::endl << DumpPageMap(); in Verify()
1806 << std::endl << DumpPageMap(); in Verify()
1810 …OG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(); in Verify()
1826 << std::endl << DumpPageMap(); in Verify()
1832 << std::endl << DumpPageMap(); in Verify()
1838 …OG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(); in Verify()
2141 << DumpPageMap(); in DumpStats()
[all …]
Drosalloc.h825 std::string DumpPageMap() REQUIRES(lock_);