Searched refs:BytesAllocated (Results 1 – 5 of 5) sorted by relevance
77 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl96 const size_t bytes_allocated = BytesAllocated(); in Dump()198 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator199 return ArenaAllocatorStats::BytesAllocated(); in BytesAllocated()
76 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function92 size_t BytesAllocated() const;187 size_t BytesAllocated() const;
76 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) { in UpdatePeakStatsAndRestore()
43 return PeakStats()->BytesAllocated(); in PeakBytesAllocated()
789 if (cu.arena.BytesAllocated() > (1 * 1024 *1024)) { in CompileMethod()796 LOG(INFO) << "MEMINFO " << cu.arena.BytesAllocated() << " " << cu.mir_graph->GetNumBlocks() in CompileMethod()