Home
last modified time | relevance | path

Searched refs:GetList (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space.cc107 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
127 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
219 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated()
237 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated()
Dregion_space.cc385 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers()
403 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked()
/art/runtime/gc/
Dreference_queue.h93 mirror::Reference* GetList() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetList() function
Dreference_processor.cc247 self, cleared_references_.GetList()); in EnqueueClearedReferences()
Dheap.cc2972 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks()
/art/runtime/
Dthread_list.h145 std::list<Thread*> GetList() EXCLUSIVE_LOCKS_REQUIRED(Locks::thread_list_lock_) { in GetList() function
Ddebugger.cc2298 all_threads_list = Runtime::Current()->GetThreadList()->GetList(); in GetThreads()
4344 threads = Runtime::Current()->GetThreadList()->GetList(); in DdmSetThreadNotification()
/art/runtime/gc/allocator/
Drosalloc.cc1732 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns()
1759 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked()
1991 std::list<Thread*> threads = Runtime::Current()->GetThreadList()->GetList(); in Verify()
2041 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify()