Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc182 total += thread->GetThreadLocalBytesAllocated(); in GetBytesAllocated()
208 bytes_allocated_.fetch_add(thread->GetThreadLocalBytesAllocated(), std::memory_order_relaxed); in RevokeThreadLocalBuffersLocked()
Dregion_space.cc905 DCHECK_LE(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()
/art/runtime/
Dthread.h1199 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function