Searched defs:DumpPageMap (Results 1 - 1 of 1) sorted by path

/art/runtime/gc/allocator/
H A Drosalloc.cc1349 std::string RosAlloc::DumpPageMap() { function in class:art::gc::allocator::RosAlloc
1905 << i << " to " << (i + num_pages) << std::endl << DumpPageMap();
1909 << std::endl << DumpPageMap();
1928 << std::endl << DumpPageMap();
1931 << std::endl << DumpPageMap();
1935 LOG(FATAL) << "Unreachable - page map type: " << pm << std::endl << DumpPageMap();
1951 << std::endl << DumpPageMap();
1957 << std::endl << DumpPageMap();
1963 LOG(FATAL) << "Unreachable - page map type: " << pm << std::endl << DumpPageMap();

Completed in 24 milliseconds