Home
last modified time | relevance | path

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

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