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