Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc173 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()
199 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
Dregion_space.cc524 DCHECK_LE(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()
526 thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
Dregion_space-inl.h356 bytes = thread_->GetThreadLocalBytesAllocated(); in BytesAllocated()
/art/runtime/
Dthread.h1175 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function