Searched refs:BytesAllocated (Results 1 – 8 of 8) sorted by relevance
124 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl143 const size_t bytes_allocated = BytesAllocated(); in Dump()191 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator192 return ArenaAllocatorStats::BytesAllocated(); in BytesAllocated()
74 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) { in UpdatePeakStatsAndRestore()
123 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function139 size_t BytesAllocated() const;344 size_t BytesAllocated() const;
59 return PeakStats()->BytesAllocated(); in PeakBytesAllocated()
137 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()141 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()146 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()151 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()494 inline size_t RegionSpace::Region::BytesAllocated() const { in BytesAllocated() function
273 DCHECK_LE(live_bytes_, BytesAllocated()); in ShouldBeEvacuated()274 const size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in ShouldBeEvacuated()380 num_expected_large_tails = RoundUp(r->BytesAllocated(), kRegionSize) / kRegionSize - 1; in SetFromSpace()521 *cleared_bytes += r->BytesAllocated(); in ClearFromSpace()528 *cleared_bytes += r->BytesAllocated(); in ClearFromSpace()916 << (static_cast<float>(live_bytes_) / RoundUp(BytesAllocated(), kRegionSize)); in Dump()
550 DCHECK_LE(live_bytes_, BytesAllocated()); in AddLiveBytes()562 size_t BytesAllocated() const;
1123 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in Compile()1451 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in JitCompile()