Searched refs:PrettyCause (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/
H A Dgc_cause.cc26 const char* PrettyCause(GcCause cause) { function in namespace:art::gc
43 os << PrettyCause(gc_cause);
H A Dgc_cause.h46 const char* PrettyCause(GcCause cause);
/art/runtime/gc/collector/
H A Dgarbage_collector.cc84 ATRACE_BEGIN(StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName()).c_str());

Completed in 163 milliseconds