OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemStats
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
arena_allocator.h
143
struct
MemStats
{
148
explicit
MemStats
(const ArenaAllocator &arena) : arena_(arena) {}
151
}; //
MemStats
frontend.cc
258
MemStats
mem_stats(cu.arena);
259
LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<
MemStats
>(mem_stats);
Completed in 65 milliseconds