Home
last modified time | relevance | path

Searched defs:total (Results 1 – 25 of 25) 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.java71 long total = 0; in checkRegisterNativeAllocation() local
126 long total = 0; in triggerBlockingRegisterNativeAllocation() local
/art/libartservice/service/java/com/android/server/art/model/
DOperationProgress.java43 int current, int total, @Nullable PackageDexoptResult packageDexoptResult) { in create()
/art/test/478-checker-inliner-nested-loop/src/
DMain.java44 int total = 0; in NestedLoop() local
/art/test/478-checker-inline-noreturn/src/
DMain.java50 int total = 0; in callerLoop() local
/art/libartbase/base/
Dstats-inl.h33 double total, in Dump()
Dmalloc_arena_pool.cc126 size_t total = 0; in GetBytesAllocated() local
Darena_allocator.cc192 size_t total = ptr_ - begin_; in BytesUsed() local
Dhash_set.h601 size_t total = 0; in TotalProbeDistance() local
/art/runtime/gc/space/
Dbump_pointer_space.cc184 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
Dlarge_object_space.cc225 size_t total = 0; in FreeList() local
/art/test/665-checker-simd-zero/src/
DMain.java231 int total = 1111; in main() local
/art/runtime/base/
Dmem_map_arena_pool.cc141 size_t total = 0; in GetBytesAllocated() local
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc174 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
Ddexanalyze_bytecode.cc78 uint64_t total = 0u; local
/art/oatdump/
Doatdump_test.h276 size_t total = 0; variable
/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/imgdiag/
Dpage_info.cc213 MapPageCounts total; in CountZeroPages() local
/art/runtime/jni/
Dlocal_reference_table_test.cc724 for (size_t total = split + 1u; total < kMaxUniqueRefs; ++total) { in TestAddRemoveMixed() local
/art/runtime/gc/collector/
Dmark_compact.cc442 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/
Dprofile_compilation_info.cc2078 uint32_t total = 0; in GetNumberOfMethods() local
2086 uint32_t total = 0; in GetNumberOfResolvedClasses() local
/art/dex2oat/driver/
Dcompiler_driver.cc135 const size_t total = std::accumulate( in Dump() local
/art/runtime/gc/
Dheap.cc2138 size_t total = 0; in GetObjectsAllocated() local