Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 4 of 4) sorted by relevance

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