Home
last modified time | relevance | path

Searched refs:GetMemStats (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Darena_allocator.h370 MemStats GetMemStats() const;
Darena_allocator.cc523 MemStats ArenaAllocator::GetMemStats() const { in GetMemStats() function in art::ArenaAllocator
/art/compiler/optimizing/
Doptimizing_compiler.cc1080 MemStats mem_stats(arena.GetMemStats()); in Compile()
1187 MemStats mem_stats(arena.GetMemStats()); in JitCompile()
/art/runtime/jit/
Dprofile_compilation_info.cc89 VLOG(profiler) << Dumpable<MemStats>(arena_.GetMemStats()); in ~ProfileCompilationInfo()