/art/tools/ahat/src/main/com/android/ahat/ |
D | HeapTable.java | 86 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/ |
D | Main.java | 56 long total = 0; in checkRegisterNativeAllocation() local 91 long total = 0; in triggerBlockingRegisterNativeAllocation() local
|
/art/test/478-checker-inliner-nested-loop/src/ |
D | Main.java | 44 int total = 0; in NestedLoop() local
|
/art/test/478-checker-inline-noreturn/src/ |
D | Main.java | 50 int total = 0; in callerLoop() local
|
/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 172 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
|
D | large_object_space.cc | 215 size_t total = 0; in FreeList() local
|
/art/libartbase/base/ |
D | malloc_arena_pool.cc | 126 size_t total = 0; in GetBytesAllocated() local
|
D | arena_allocator.cc | 196 size_t total = ptr_ - begin_; in BytesUsed() local
|
D | hash_set.h | 507 size_t total = 0; in TotalProbeDistance() local
|
/art/test/665-checker-simd-zero/src/ |
D | Main.java | 151 int total = 1111; in main() local
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 129 size_t total = 0; in GetBytesAllocated() local
|
/art/oatdump/ |
D | oatdump_test.h | 247 size_t total = 0; in Exec() local
|
D | oatdump.cc | 803 double total) { in DumpStats()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 174 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
|
D | dexanalyze_bytecode.cc | 78 uint64_t total = 0u; local
|
/art/runtime/ |
D | reference_table.cc | 108 size_t total = identical + equiv + 1; in DumpSummaryLine() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Site.java | 337 Size total = Size.ZERO; in getTotalSize() local
|
/art/tools/jvmti-agents/titrace/ |
D | titrace.cc | 136 size_t total = single_step_counter_; in Log() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 495 static void PreloadDexCachesStatsTotal(DexCacheStats* total) { in PreloadDexCachesStatsTotal() 570 DexCacheStats total; in VMRuntime_preloadDexCaches() local
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 1385 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/ |
D | profile_compilation_info.cc | 1774 uint32_t total = 0; in GetNumberOfMethods() local 1782 uint32_t total = 0; in GetNumberOfResolvedClasses() local
|
/art/runtime/gc/ |
D | heap.cc | 1919 size_t total = 0; in GetObjectsAllocated() local 1927 uint64_t total = GetObjectsFreedEver(); in GetObjectsAllocatedEver() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 134 const size_t total = std::accumulate( in Dump() local
|