Searched refs:BytesAllocated (Results 1 – 8 of 8) sorted by relevance
132 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
173 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()
444 DCHECK_LE(live_bytes_, BytesAllocated()); in AddLiveBytes()455 size_t BytesAllocated() const;
74 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) { in UpdatePeakStatsAndRestore()
125 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl144 const size_t bytes_allocated = BytesAllocated(); in Dump()380 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator381 return ArenaAllocatorStats::BytesAllocated(); in BytesAllocated()
121 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function137 size_t BytesAllocated() const;371 size_t BytesAllocated() const;
59 return PeakStats()->BytesAllocated(); in PeakBytesAllocated()
1060 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in Compile()1386 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in JitCompile()