Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc191 total += thread->GetThreadLocalObjectsAllocated(); in GetObjectsAllocated()
198 objects_allocated_.FetchAndAddSequentiallyConsistent(thread->GetThreadLocalObjectsAllocated()); in RevokeThreadLocalBuffersLocked()
Dregion_space.cc525 r->RecordThreadLocalAllocations(thread->GetThreadLocalObjectsAllocated(), in RevokeThreadLocalBuffersLocked()
/art/runtime/
Dthread.h1179 size_t GetThreadLocalObjectsAllocated() const { in GetThreadLocalObjectsAllocated() function