Home
last modified time | relevance | path

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

/art/runtime/
Druntime_stats.h31 KIND_CLASS_INIT_COUNT = 1<<5, enumerator
45 KIND_GLOBAL_CLASS_INIT_COUNT = KIND_CLASS_INIT_COUNT,
83 if ((flags & KIND_CLASS_INIT_COUNT) != 0) { in Clear()
Druntime.cc1741 case KIND_CLASS_INIT_COUNT: in GetStat()