Home
last modified time | relevance | path

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

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