Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.cc317 MemStats::MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena, in MemStats() function in art::MemStats
325 void MemStats::Dump(std::ostream& os) const { in Dump()
331 MemStats ArenaAllocator::GetMemStats() const { in GetMemStats()
334 return MemStats("ArenaAllocator", this, arena_head_, lost_bytes_adjustment); in GetMemStats()
Darena_allocator.h36 class MemStats; variable
261 MemStats GetMemStats() const;
291 class MemStats {
293 MemStats(const char* name, const ArenaAllocatorStats* stats, const Arena* first_arena,
Dscoped_arena_allocator.cc50 MemStats ArenaStack::GetPeakStats() const { in GetPeakStats()
52 return MemStats("ArenaStack peak", static_cast<const TaggedStats<Peak>*>(&stats_and_pool_), in GetPeakStats()
Dscoped_arena_allocator.h46 MemStats GetPeakStats() const;
/art/compiler/dex/quick/
Dquick_compiler.cc745 MemStats stack_stats(cu.arena_stack.GetPeakStats()); in Compile()
746 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(stack_stats); in Compile()
774 MemStats mem_stats(cu.arena.GetMemStats()); in Compile()
775 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats); in Compile()