Searched refs:BytesUsed (Results 1 – 4 of 4) sorted by relevance
134 return allocator_.BytesUsed(); in GetUsedMemory()
191 size_t ArenaAllocator::BytesUsed() const { in BytesUsed() function in art::ArenaAllocator
352 size_t BytesUsed() const;
1365 Runtime::Current()->GetJit()->AddMemoryUsage(method, allocator.BytesUsed()); in JitCompile()1479 Runtime::Current()->GetJit()->AddMemoryUsage(method, allocator.BytesUsed()); in JitCompile()