Home
last modified time | relevance | path

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

/art/runtime/
Druntime_stats.h29 KIND_ALLOCATED_BYTES = 1<<1, enumerator
43 KIND_GLOBAL_ALLOCATED_BYTES = KIND_ALLOCATED_BYTES,
51 KIND_THREAD_ALLOCATED_BYTES = KIND_ALLOCATED_BYTES << 16,
73 if ((flags & KIND_ALLOCATED_BYTES) != 0) { in Clear()
Dtrace.cc1186 os << "alloc-size=" << Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES) << "\n"; in FinishTracing()
Druntime.cc2528 case KIND_ALLOCATED_BYTES: in GetStat()
/art/test/099-vmdebug/src/
DMain.java257 private static final int KIND_ALLOCATED_BYTES = 1<<1; field in Main
270 int alloc_bytes = VMDebug.getAllocCount(KIND_ALLOCATED_BYTES); in testGetAllocCount()
281 checkZero(VMDebug.getAllocCount(KIND_ALLOCATED_BYTES)); in testGetAllocCount()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1466 Ldalvik/system/VMDebug;->KIND_ALLOCATED_BYTES:I