Home
last modified time | relevance | path

Searched defs:thread_list (Results 1 – 15 of 15) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space.cc107 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() local
127 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked() local
219 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetBytesAllocated() local
237 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in GetObjectsAllocated() local
Dregion_space.cc385 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalBuffers() local
403 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalBuffersAreRevoked() local
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc57 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getStackTraceById() local
135 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in DdmVmInternal_getThreadStats() local
Ddalvik_system_VMStack.cc39 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in GetThreadStack() local
Djava_lang_Thread.cc133 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Thread_nativeSetName() local
/art/runtime/gc/allocator/
Drosalloc.cc1732 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalRuns() local
1759 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in AssertAllThreadLocalRunsAreRevoked() local
2041 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in Verify() local
/art/runtime/
Dprofiler.cc223 ThreadList* thread_list = runtime->GetThreadList(); in RunProfilerThread() local
Dmonitor.cc666 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in InflateThinLocked() local
Druntime.cc336 ThreadList* thread_list = runtime->GetThreadList(); in DumpAllThreads() local
Ddebugger.cc2448 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in SuspendThread() local
3637 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in ScopedThreadSuspension() local
3847 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in PrepareInvokeMethod() local
Dthread.cc471 bool Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm, JNIEnvExt* jni_env_ext) { in Init()
/art/runtime/gc/collector/
Dconcurrent_copying.cc437 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint() local
Dmark_sweep.cc1096 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in MarkRootsCheckpoint() local
/art/oatdump/
Doatdump.cc1498 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in Dump() local
/art/runtime/gc/
Dheap.cc2972 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in RevokeAllThreadLocalAllocationStacks() local