Searched refs:KIND_ALLOCATED_OBJECTS (Results 1 – 5 of 5) sorted by relevance
28 KIND_ALLOCATED_OBJECTS = 1<<0, enumerator42 KIND_GLOBAL_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS,50 KIND_THREAD_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS << 16,70 if ((flags & KIND_ALLOCATED_OBJECTS) != 0) { in Clear()
1185 os << "alloc-count=" << Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS) << "\n"; in FinishTracing()
2526 case KIND_ALLOCATED_OBJECTS: in GetStat()
256 private static final int KIND_ALLOCATED_OBJECTS = 1<<0; field in Main269 int alloc_objects = VMDebug.getAllocCount(KIND_ALLOCATED_OBJECTS); in testGetAllocCount()280 checkZero(VMDebug.getAllocCount(KIND_ALLOCATED_OBJECTS)); in testGetAllocCount()289 checkZero(VMDebug.getAllocCount(KIND_ALLOCATED_OBJECTS)); in testGetAllocCount()
1467 Ldalvik/system/VMDebug;->KIND_ALLOCATED_OBJECTS:I