Home
last modified time | relevance | path

Searched refs:GetThreadLocalBytesAllocated (Results 1 – 4 of 4) 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.cc865 DCHECK_LE(thread->GetThreadLocalBytesAllocated(), kRegionSize); in RevokeThreadLocalBuffersLocked()
867 thread->GetThreadLocalBytesAllocated()); in RevokeThreadLocalBuffersLocked()
Dregion_space-inl.h506 bytes = thread_->GetThreadLocalBytesAllocated(); in BytesAllocated()
/art/runtime/
Dthread.h1160 size_t GetThreadLocalBytesAllocated() const { in GetThreadLocalBytesAllocated() function