Home
last modified time | relevance | path

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

/art/runtime/
Druntime_stats.h45 KIND_GLOBAL_CLASS_INIT_COUNT = KIND_CLASS_INIT_COUNT, enumerator
Dclass_linker.cc9613 os << "Classes initialized: " << runtime->GetStat(KIND_GLOBAL_CLASS_INIT_COUNT) << " in " in DumpForSigQuit()