Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc225 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()
251 bytes_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
Dregion_space.cc372 DCHECK_EQ(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()
374 thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
/art/runtime/
Dthread.h1021 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function