Home
last modified time | relevance | path

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

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