Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DHeapTable.java86 long total = 0; in render() local
97 vals.add(DocString.delta(elem.isPlaceHolder(), base.isPlaceHolder(), total, basetotal)); in render() local
126 long total = 0; in render() local
/art/test/004-NativeAllocations/src-art/
DMain.java56 long total = 0; in checkRegisterNativeAllocation() local
91 long total = 0; in triggerBlockingRegisterNativeAllocation() local
/art/test/478-checker-inline-noreturn/src/
DMain.java50 int total = 0; in callerLoop() local
/art/test/478-checker-inliner-nested-loop/src/
DMain.java44 int total = 0; in NestedLoop() local
/art/runtime/gc/space/
Dbump_pointer_space.cc172 uint64_t total = static_cast<uint64_t>(bytes_allocated_.load(std::memory_order_relaxed)); in GetBytesAllocated() local
190 uint64_t total = static_cast<uint64_t>(objects_allocated_.load(std::memory_order_relaxed)); in GetObjectsAllocated() local
Dlarge_object_space.cc220 size_t total = 0; in FreeList() local
/art/libartbase/base/
Dmalloc_arena_pool.cc126 size_t total = 0; in GetBytesAllocated() local
Darena_allocator.cc196 size_t total = ptr_ - begin_; in BytesUsed() local
Dhash_set.h520 size_t total = 0; in TotalProbeDistance() local
/art/test/665-checker-simd-zero/src/
DMain.java151 int total = 1111; in main() local
/art/runtime/base/
Dmem_map_arena_pool.cc129 size_t total = 0; in GetBytesAllocated() local
/art/oatdump/
Doatdump_test.h258 size_t total = 0; variable
Doatdump.cc806 double total) { in DumpStats()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc174 size_t total = std::accumulate(data.begin(), data.end(), 0u); in ProcessDexFiles() local
610 const uint64_t total = std::accumulate(arg_counts_, arg_counts_ + kMaxArgCount, 0u); in Dump() local
Ddexanalyze_bytecode.cc78 uint64_t total = 0u; local
/art/runtime/
Dreference_table.cc108 size_t total = identical + equiv + 1; in DumpSummaryLine() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java337 Size total = Size.ZERO; in getTotalSize() local
/art/tools/jvmti-agents/titrace/
Dtitrace.cc136 size_t total = single_step_counter_; in Log() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc500 static void PreloadDexCachesStatsTotal(DexCacheStats* total) { in PreloadDexCachesStatsTotal()
575 DexCacheStats total; in VMRuntime_preloadDexCaches() local
/art/tools/dmtracedump/
Dtracedump.cc1385 double total = sumThreadTime; in printExclusiveProfile() local
1516 double total = sumThreadTime; in printInclusiveProfile() local
1728 double total = sumThreadTime; in printClassProfiles() local
1938 double total = sumThreadTime; in printMethodProfiles() local
/art/libprofile/profile/
Dprofile_compilation_info.cc1635 uint32_t total = 0; in GetNumberOfMethods() local
1643 uint32_t total = 0; in GetNumberOfResolvedClasses() local
/art/runtime/gc/
Dheap.cc1927 size_t total = 0; in GetObjectsAllocated() local
1935 uint64_t total = GetObjectsFreedEver(); in GetObjectsAllocatedEver() local
/art/dex2oat/driver/
Dcompiler_driver.cc136 const size_t total = std::accumulate( in Dump() local