Searched refs:BytesUsed (Results 1 – 4 of 4) sorted by relevance
43 return allocator_.BytesUsed(); in GetUsedMemory()
377 size_t BytesUsed() const;
384 size_t ArenaAllocator::BytesUsed() const { in BytesUsed() function in art::ArenaAllocator
1255 Runtime::Current()->GetJit()->AddMemoryUsage(method, allocator.BytesUsed()); in JitCompile()1379 Runtime::Current()->GetJit()->AddMemoryUsage(method, allocator.BytesUsed()); in JitCompile()