Searched defs:thread_list (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc30 #include "thread_list.h"
64 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
75 thread_list->SuspendAll();
78 thread_list->ResumeAll();
92 thread_list->SuspendAll();
99 thread_list->ResumeAll();
H A Dmark_sweep.cc51 #include "thread_list.h"
1096 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
1099 size_t barrier_count = thread_list->RunCheckpoint(&check_point);
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc25 #include "thread_list.h"
129 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
132 thread_list->ForEach(ThreadCountCallback, &thread_count);
138 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
/art/runtime/
H A Dsignal_catcher.cc36 #include "thread_list.h"
119 ThreadList* thread_list = runtime->GetThreadList(); local
124 thread_list->SuspendAll();
153 thread_list->ResumeAll();
H A Dthread.cc65 #include "thread_list.h"
290 void Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm) { argument
308 thin_lock_id_ = thread_list->AllocThreadId(this);
312 thread_list->Register(this);
H A Ddebugger.cc48 #include "thread_list.h"
2629 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
2761 thread_list->UndoDebuggerSuspensions();
2764 thread_list->Resume(targetThread, true);
2789 thread_list->SuspendAllForDebugger();
2792 thread_list->Resume(targetThread, true);
/art/runtime/gc/
H A Dheap.cc54 #include "thread_list.h"
1660 ThreadList* thread_list = Runtime::Current()->GetThreadList(); local
1664 thread_list->SuspendAll();
1671 thread_list->ResumeAll();
1676 thread_list->SuspendAll();
1686 thread_list->ResumeAll();
1690 thread_list->SuspendAll();
1696 thread_list->ResumeAll();

Completed in 161 milliseconds