Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_allocator.h62 size_t ApproximatePeakBytes();
171 size_t ApproximatePeakBytes();
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
/art/runtime/verifier/
Dmethod_verifier.cc5338 << " (" << verifier.allocator_.ApproximatePeakBytes() in VerifyMethod()