Searched defs:KIND_ALLOCATED_OBJECTS (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Druntime_stats.h26 KIND_ALLOCATED_OBJECTS = 1<<0, enumerator in enum:art::StatKinds
40 KIND_GLOBAL_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS,
48 KIND_THREAD_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS << 16,
68 if ((flags & KIND_ALLOCATED_OBJECTS) != 0) {

Completed in 38 milliseconds