Home
last modified time | relevance | path

Searched refs:BytesAllocated (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Darena_allocator.cc77 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocatorStatsImpl
96 const size_t bytes_allocated = BytesAllocated(); in Dump()
198 size_t ArenaAllocator::BytesAllocated() const { in BytesAllocated() function in art::ArenaAllocator
199 return ArenaAllocatorStats::BytesAllocated(); in BytesAllocated()
Darena_allocator.h76 size_t BytesAllocated() const { return 0u; } in BytesAllocated() function
92 size_t BytesAllocated() const;
187 size_t BytesAllocated() const;
Dscoped_arena_allocator.cc76 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) { in UpdatePeakStatsAndRestore()
Dscoped_arena_allocator.h43 return PeakStats()->BytesAllocated(); in PeakBytesAllocated()
/art/compiler/dex/
Dfrontend.cc789 if (cu.arena.BytesAllocated() > (1 * 1024 *1024)) { in CompileMethod()
796 LOG(INFO) << "MEMINFO " << cu.arena.BytesAllocated() << " " << cu.mir_graph->GetNumBlocks() in CompileMethod()