Searched defs:KIND_CLASS_INIT_COUNT (Results 1 - 1 of 1) 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) {

Completed in 22 milliseconds