Searched defs:tl (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Drosalloc_space.cc295 ThreadList* tl = Runtime::Current()->GetThreadList(); variable
296 tl->SuspendAll();
305 tl->ResumeAll();
/art/runtime/
H A Dinstrumentation.cc626 ThreadList* tl = runtime->GetThreadList(); local
630 tl->SuspendAll();
638 tl->ResumeAll();
H A Ddebugger.cc4445 ThreadList* tl = Runtime::Current()->GetThreadList(); local
4446 tl->SuspendAll();
4451 tl->ResumeAll();
/art/runtime/gc/
H A Dheap.cc537 ThreadList* tl = Runtime::Current()->GetThreadList(); local
540 tl->SuspendAll();
555 tl->ResumeAll();
1596 ThreadList* tl = Runtime::Current()->GetThreadList(); local
1621 tl->SuspendAll();
1648 tl->ResumeAll();
1666 ThreadList* const tl = runtime->GetThreadList(); local
1703 tl->SuspendAll();
1780 tl->ResumeAll();

Completed in 95 milliseconds