Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1357 std::string RosAlloc::DumpPageMap() { in DumpPageMap() function in art::gc::allocator::RosAlloc
1925 << i << " to " << (i + num_pages) << std::endl << DumpPageMap(); in Verify()
1929 << std::endl << DumpPageMap(); in Verify()
1951 << std::endl << DumpPageMap(); in Verify()
1954 << std::endl << DumpPageMap(); in Verify()
1958 …OG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(); in Verify()
1974 << std::endl << DumpPageMap(); in Verify()
1980 << std::endl << DumpPageMap(); in Verify()
1986 …OG(FATAL) << "Unreachable - page map type: " << static_cast<int>(pm) << std::endl << DumpPageMap(); in Verify()
Drosalloc.h559 std::string DumpPageMap() EXCLUSIVE_LOCKS_REQUIRED(lock_);