Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h272 void DumpMethodList(std::ostream& os, const std::set<ArtMethod*>& visited_methods)
Dtrace.cc659 DumpMethodList(os, visited_methods); in FinishTracing()
997 void Trace::DumpMethodList(std::ostream& os, const std::set<ArtMethod*>& visited_methods) { in DumpMethodList() function in art::Trace