Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space.cc200 total += thread->GetThreadLocalObjectsAllocated(); in GetObjectsAllocated()
207 objects_allocated_.fetch_add(thread->GetThreadLocalObjectsAllocated(), std::memory_order_relaxed); in RevokeThreadLocalBuffersLocked()
H A Dregion_space.cc914 r->RecordThreadLocalAllocations(thread->GetThreadLocalObjectsAllocated(), in RevokeThreadLocalBuffersLocked()
/aosp12/art/runtime/
H A Dthread.h1224 size_t GetThreadLocalObjectsAllocated() const { in GetThreadLocalObjectsAllocated() function
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc473 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); in Run()