Home
last modified time | relevance | path

Searched refs:PeakBytesAllocated (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dscoped_arena_allocator.h42 size_t PeakBytesAllocated() { in PeakBytesAllocated() function
/art/compiler/dex/quick/
Dquick_compiler.cc744 if (cu.arena_stack.PeakBytesAllocated() > 1 * 1024 * 1024) { in Compile()