Searched refs:KIND_ALLOCATED_OBJECTS (Results 1 – 4 of 4) sorted by relevance
26 KIND_ALLOCATED_OBJECTS = 1<<0, enumerator40 KIND_GLOBAL_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS,48 KIND_THREAD_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS << 16,68 if ((flags & KIND_ALLOCATED_OBJECTS) != 0) { in Clear()
653 os << "alloc-count=" << Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS) << "\n"; in FinishTracing()
2292 case KIND_ALLOCATED_OBJECTS: in GetStat()
1468 Ldalvik/system/VMDebug;->KIND_ALLOCATED_OBJECTS:I