Searched refs:GetMemStats (Results 1 – 4 of 4) sorted by relevance
370 MemStats GetMemStats() const;
523 MemStats ArenaAllocator::GetMemStats() const { in GetMemStats() function in art::ArenaAllocator
1080 MemStats mem_stats(arena.GetMemStats()); in Compile()1187 MemStats mem_stats(arena.GetMemStats()); in JitCompile()
89 VLOG(profiler) << Dumpable<MemStats>(arena_.GetMemStats()); in ~ProfileCompilationInfo()