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