/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 | 71 long total = 0; in checkRegisterNativeAllocation() local 126 long total = 0; in triggerBlockingRegisterNativeAllocation() local
|
/art/libartservice/service/java/com/android/server/art/model/ |
D | OperationProgress.java | 43 int current, int total, @Nullable PackageDexoptResult packageDexoptResult) { in create()
|
/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/libartbase/base/ |
D | stats-inl.h | 33 double total, in Dump()
|
D | malloc_arena_pool.cc | 126 size_t total = 0; in GetBytesAllocated() local
|
D | arena_allocator.cc | 192 size_t total = ptr_ - begin_; in BytesUsed() local
|
D | hash_set.h | 601 size_t total = 0; in TotalProbeDistance() local
|
/art/runtime/gc/space/ |
D | bump_pointer_space.cc | 184 uint64_t total = static_cast<uint64_t>(bytes_allocated_.load(std::memory_order_relaxed)); in GetBytesAllocated() local 202 uint64_t total = static_cast<uint64_t>(objects_allocated_.load(std::memory_order_relaxed)); in GetObjectsAllocated() local
|
D | large_object_space.cc | 225 size_t total = 0; in FreeList() local
|
/art/test/665-checker-simd-zero/src/ |
D | Main.java | 231 int total = 1111; in main() local
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 141 size_t total = 0; in GetBytesAllocated() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 174 size_t total = std::accumulate(data.begin(), data.end(), 0u); in ProcessDexFiles() local 611 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/oatdump/ |
D | oatdump_test.h | 276 size_t total = 0; variable
|
/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/imgdiag/ |
D | page_info.cc | 213 MapPageCounts total; in CountZeroPages() local
|
/art/runtime/jni/ |
D | local_reference_table_test.cc | 724 for (size_t total = split + 1u; total < kMaxUniqueRefs; ++total) { in TestAddRemoveMixed() local
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 442 size_t total = vector_length_ * sizeof(uint32_t); in InitializeInfoMap() local 512 size_t total = InitializeInfoMap(info_map_.Begin(), moving_space_size); in MarkCompact() local 1092 uint32_t total; in PrepareForCompaction() local
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 2078 uint32_t total = 0; in GetNumberOfMethods() local 2086 uint32_t total = 0; in GetNumberOfResolvedClasses() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 135 const size_t total = std::accumulate( in Dump() local
|
/art/runtime/gc/ |
D | heap.cc | 2138 size_t total = 0; in GetObjectsAllocated() local
|