Home
last modified time | relevance | path

Searched refs:KIND_ALLOCATED_OBJECTS (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Druntime_stats.h28 KIND_ALLOCATED_OBJECTS = 1<<0, enumerator
42 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()
Dtrace.cc1185 os << "alloc-count=" << Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS) << "\n"; in FinishTracing()
Druntime.cc2526 case KIND_ALLOCATED_OBJECTS: in GetStat()
/art/test/099-vmdebug/src/
DMain.java256 private static final int KIND_ALLOCATED_OBJECTS = 1<<0; field in Main
269 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()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1467 Ldalvik/system/VMDebug;->KIND_ALLOCATED_OBJECTS:I