Home
last modified time | relevance | path

Searched refs:ApproximatePeakBytes (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libartbase/base/
H A Dscoped_arena_allocator.h62 size_t ApproximatePeakBytes();
171 size_t ApproximatePeakBytes();
H A Dscoped_arena_allocator.cc109 size_t ArenaStack::ApproximatePeakBytes() { in ApproximatePeakBytes() function in art::ArenaStack
170 size_t ScopedArenaAllocator::ApproximatePeakBytes() { in ApproximatePeakBytes() function in art::ScopedArenaAllocator
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc5268 << " (" << verifier.allocator_.ApproximatePeakBytes() in VerifyMethod()