Home
last modified time | relevance | path

Searched refs:DumpSections (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h274 void DumpSections(std::ostream& os) const;
Dimage_space.cc3668 void ImageSpace::DumpSections(std::ostream& os) const { in DumpSections() function in art::gc::space::ImageSpace
/art/runtime/
Dthread.cc3828 space->AsImageSpace()->DumpSections(LOG_STREAM(FATAL_WITHOUT_ABORT)); in VisitDeclaringClass()