Home
last modified time | relevance | path

Searched refs:BytesAllocated (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/space/
Dregion_space-inl.h132 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()
136 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()
141 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()
146 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()
344 inline size_t RegionSpace::Region::BytesAllocated() const { in BytesAllocated() function
Dregion_space.cc173 DCHECK_LE(live_bytes_, BytesAllocated()); in ShouldBeEvacuated()
174 const size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in ShouldBeEvacuated()
231 num_expected_large_tails = RoundUp(r->BytesAllocated(), kRegionSize) / kRegionSize - 1; in SetFromSpace()
310 *cleared_bytes += r->BytesAllocated(); in ClearFromSpace()
330 *cleared_bytes += r->BytesAllocated(); in ClearFromSpace()
Dregion_space.h444 DCHECK_LE(live_bytes_, BytesAllocated()); in AddLiveBytes()
455 size_t BytesAllocated() const;
/art/runtime/base/
Dscoped_arena_allocator.cc74 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) { in UpdatePeakStatsAndRestore()
Darena_allocator.cc125 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl
144 const size_t bytes_allocated = BytesAllocated(); in Dump()
380 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator
381 return ArenaAllocatorStats::BytesAllocated(); in BytesAllocated()
Darena_allocator.h121 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function
137 size_t BytesAllocated() const;
371 size_t BytesAllocated() const;
Dscoped_arena_allocator.h59 return PeakStats()->BytesAllocated(); in PeakBytesAllocated()
/art/compiler/optimizing/
Doptimizing_compiler.cc1060 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in Compile()
1386 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in JitCompile()