Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1212 std::string RosAlloc::DumpPageMap() { in DumpPageMap() function in art::gc::allocator::RosAlloc
1782 << i << " to " << (i + num_pages) << std::endl << DumpPageMap(); in Verify()
1786 << std::endl << DumpPageMap(); in Verify()
1808 << std::endl << DumpPageMap(); in Verify()
1811 << std::endl << DumpPageMap(); in Verify()
1815 …OG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(); in Verify()
1831 << std::endl << DumpPageMap(); in Verify()
1837 << std::endl << DumpPageMap(); in Verify()
1843 …OG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(); in Verify()
2140 << DumpPageMap(); in DumpStats()
[all …]
Drosalloc.h821 std::string DumpPageMap() REQUIRES(lock_);