Searched refs:KIND_ALLOCATED_BYTES (Results 1 – 5 of 5) sorted by relevance
29 KIND_ALLOCATED_BYTES = 1<<1, enumerator43 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()
1186 os << "alloc-size=" << Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES) << "\n"; in FinishTracing()
2528 case KIND_ALLOCATED_BYTES: in GetStat()
257 private static final int KIND_ALLOCATED_BYTES = 1<<1; field in Main270 int alloc_bytes = VMDebug.getAllocCount(KIND_ALLOCATED_BYTES); in testGetAllocCount()281 checkZero(VMDebug.getAllocCount(KIND_ALLOCATED_BYTES)); in testGetAllocCount()
1466 Ldalvik/system/VMDebug;->KIND_ALLOCATED_BYTES:I