Searched refs:tl (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/space/
H A Drosalloc_space.cc306 ThreadList* tl = Runtime::Current()->GetThreadList(); variable
307 tl->SuspendAll(__FUNCTION__);
316 tl->ResumeAll();
/art/runtime/gc/
H A Dheap.cc616 ThreadList* tl = Runtime::Current()->GetThreadList(); local
619 tl->SuspendAll(__FUNCTION__);
634 tl->ResumeAll();
800 ThreadList* tl = Runtime::Current()->GetThreadList(); local
801 tl->SuspendAll(__FUNCTION__);
804 tl->ResumeAll();
1667 auto* tl = Runtime::Current()->GetThreadList(); local
1669 tl->SuspendAll(__FUNCTION__);
1677 tl->ResumeAll();
1813 ThreadList* tl local
1882 ThreadList* const tl = runtime->GetThreadList(); local
[all...]
/art/runtime/
H A Dinstrumentation.cc608 ThreadList* tl = runtime->GetThreadList(); local
612 tl->SuspendAll(__FUNCTION__);
620 tl->ResumeAll();
H A Ddebugger.cc4777 ThreadList* tl = Runtime::Current()->GetThreadList(); local
4778 tl->SuspendAll(__FUNCTION__);
4783 tl->ResumeAll();
4793 ThreadList* tl = Runtime::Current()->GetThreadList(); local
4794 tl->SuspendAll(__FUNCTION__);
4799 tl->ResumeAll();
/art/runtime/gc/collector/
H A Dmark_sweep.cc433 ThreadList* tl = Runtime::Current()->GetThreadList(); variable
434 tl->SuspendAll(__FUNCTION__);
436 tl->ResumeAll();

Completed in 674 milliseconds