Searched refs:BytesAllocated (Results 1 – 8 of 8) sorted by relevance
87 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl106 const size_t bytes_allocated = BytesAllocated(); in Dump()237 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator238 return ArenaAllocatorStats::BytesAllocated(); in BytesAllocated()
76 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) { in UpdatePeakStatsAndRestore()
87 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function103 size_t BytesAllocated() const;259 size_t BytesAllocated() const;
43 return PeakStats()->BytesAllocated(); in PeakBytesAllocated()
167 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()171 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()176 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()181 bytes += r->BytesAllocated(); in GetBytesAllocatedInternal()
380 DCHECK_LE(live_bytes_, BytesAllocated()); in AddLiveBytes()391 DCHECK_LE(live_bytes_, BytesAllocated()); in GetLivePercent()392 size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in GetLivePercent()399 size_t BytesAllocated() const { in BytesAllocated() function
178 num_expected_large_tails = RoundUp(r->BytesAllocated(), kRegionSize) / kRegionSize - 1; in SetFromSpace()
773 if (cu.arena.BytesAllocated() > (1 * 1024 *1024)) { in Compile()780 LOG(INFO) << "MEMINFO " << cu.arena.BytesAllocated() << " " << cu.mir_graph->GetNumBlocks() in Compile()