Home
last modified time | relevance | path

Searched refs:Describe (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dgc_root.h60 virtual void Describe(std::ostream& os) const { in Describe() function
Dstack.h406 virtual void Describe(std::ostream& os) const OVERRIDE
Dstack.cc611 void JavaFrameRootInfo::Describe(std::ostream& os) const { in Describe() function in art::JavaFrameRootInfo
/art/runtime/gc/collector/
Dmark_sweep.cc481 root_info.Describe(LOG(ERROR)); in VerifyRoot()