Searched defs:BytesAllocated (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Darena_allocator.cc87 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { function in class:art::ArenaAllocatorStatsImpl
106 const size_t bytes_allocated = BytesAllocated();
237 size_t ArenaAllocator::BytesAllocated() const { function in class:art::ArenaAllocator
238 return ArenaAllocatorStats::BytesAllocated();
H A Darena_allocator.h87 size_t BytesAllocated() const { return 0u; } function in class:art::ArenaAllocatorStatsImpl
103 size_t BytesAllocated() const;
259 size_t BytesAllocated() const;
264 // TODO: Change BytesAllocated to this behavior?
/art/runtime/gc/space/
H A Dregion_space.h380 DCHECK_LE(live_bytes_, BytesAllocated());
391 DCHECK_LE(live_bytes_, BytesAllocated());
392 size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize);
399 size_t BytesAllocated() const { function in class:art::gc::space::FINAL::Region

Completed in 64 milliseconds