Home
last modified time | relevance | path

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

/art/runtime/
Dlinear_alloc.cc38 return allocator_.BytesUsed(); in GetUsedMemory()
/art/runtime/base/
Darena_allocator.h357 size_t BytesUsed() const;
Darena_allocator.cc291 size_t ArenaAllocator::BytesUsed() const { in BytesUsed() function in art::ArenaAllocator
/art/compiler/optimizing/
Doptimizing_compiler.cc968 Runtime::Current()->GetJit()->AddMemoryUsage(method, arena.BytesUsed()); in JitCompile()