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

/art/runtime/base/
H A Dscoped_arena_allocator.cc75 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) {
H A Darena_allocator.cc111 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { function in class:art::ArenaAllocatorStatsImpl
130 const size_t bytes_allocated = BytesAllocated();
287 size_t ArenaAllocator::BytesAllocated() const { function in class:art::ArenaAllocator
288 return ArenaAllocatorStats::BytesAllocated();
H A Darena_allocator.h112 size_t BytesAllocated() const { return 0u; } function in class:art::ArenaAllocatorStatsImpl
128 size_t BytesAllocated() const;
351 size_t BytesAllocated() const;
356 // TODO: Change BytesAllocated to this behavior?
H A Dscoped_arena_allocator.h59 return PeakStats()->BytesAllocated();
/art/runtime/gc/space/
H A Dregion_space-inl.h166 bytes += r->BytesAllocated();
170 bytes += r->BytesAllocated();
175 bytes += r->BytesAllocated();
180 bytes += r->BytesAllocated();
H A Dregion_space.h382 DCHECK_LE(live_bytes_, BytesAllocated());
393 DCHECK_LE(live_bytes_, BytesAllocated());
394 size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize);
401 size_t BytesAllocated() const { function in class:art::gc::space::FINAL::Region
H A Dregion_space.cc178 num_expected_large_tails = RoundUp(r->BytesAllocated(), kRegionSize) / kRegionSize - 1;
/art/compiler/optimizing/
H A Doptimizing_compiler.cc823 if (arena.BytesAllocated() > kArenaAllocatorMemoryReportThreshold) {
910 if (arena.BytesAllocated() > kArenaAllocatorMemoryReportThreshold) {

Completed in 1124 milliseconds