Searched refs:tl (Results 1 - 3 of 3) 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();
/art/runtime/gc/
H A Dheap.cc517 ThreadList* tl = Runtime::Current()->GetThreadList(); local
520 tl->SuspendAll();
535 tl->ResumeAll();
1544 ThreadList* tl = Runtime::Current()->GetThreadList(); local
1569 tl->SuspendAll();
1594 tl->ResumeAll();
1612 ThreadList* const tl = runtime->GetThreadList(); local
1649 tl->SuspendAll();
1726 tl->ResumeAll();

Completed in 77 milliseconds