Home
last modified time | relevance | path

Searched defs:total (Results 1 – 13 of 13) sorted by relevance

/art/tools/ahat/src/
DHeapTable.java83 long total = 0; in render() local
114 long total = 0; in render() local
DNativeAllocationsHandler.java78 long total = 0; in handle() local
DAhatSnapshot.java88 long total = 0; in AhatSnapshot() local
/art/test/478-checker-inliner-nested-loop/src/
DMain.java44 int total = 0; in NestedLoop() local
/art/runtime/gc/space/
Dbump_pointer_space.cc215 uint64_t total = static_cast<uint64_t>(bytes_allocated_.LoadRelaxed()); in GetBytesAllocated() local
233 uint64_t total = static_cast<uint64_t>(objects_allocated_.LoadRelaxed()); in GetObjectsAllocated() local
Dlarge_object_space.cc221 size_t total = 0; in FreeList() local
/art/runtime/base/
Darena_allocator.cc261 size_t total = 0; in GetBytesAllocated() local
292 size_t total = ptr_ - begin_; in BytesUsed() local
Dhash_set.h446 size_t total = 0; in TotalProbeDistance() local
/art/runtime/
Dreference_table.cc101 size_t total = identical + equiv + 1; in DumpSummaryLine() local
/art/runtime/jit/
Doffline_profiling_info.cc574 uint32_t total = 0; in GetNumberOfMethods() local
582 uint32_t total = 0; in GetNumberOfResolvedClasses() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc415 static void PreloadDexCachesStatsTotal(DexCacheStats* total) { in PreloadDexCachesStatsTotal()
484 DexCacheStats total; in VMRuntime_preloadDexCaches() local
/art/tools/dmtracedump/
Dtracedump.cc1381 double total = sumThreadTime; in printExclusiveProfile() local
1512 double total = sumThreadTime; in printInclusiveProfile() local
1724 double total = sumThreadTime; in printClassProfiles() local
1934 double total = sumThreadTime; in printMethodProfiles() local
/art/runtime/gc/
Dheap.cc1875 size_t total = 0; in GetObjectsAllocated() local
1883 uint64_t total = GetObjectsFreedEver(); in GetObjectsAllocatedEver() local