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

/art/runtime/
H A Druntime_stats.h31 KIND_CLASS_INIT_COUNT = 1<<5, enumerator in enum:art::StatKinds
45 KIND_GLOBAL_CLASS_INIT_COUNT = KIND_CLASS_INIT_COUNT,
83 if ((flags & KIND_CLASS_INIT_COUNT) != 0) {
H A Druntime.cc1493 case KIND_CLASS_INIT_COUNT:

Completed in 68 milliseconds