Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.cc306 ThreadList* tl = Runtime::Current()->GetThreadList(); in InspectAllRosAllocWithSuspendAll() local
307 tl->SuspendAll(__FUNCTION__); in InspectAllRosAllocWithSuspendAll()
316 tl->ResumeAll(); in InspectAllRosAllocWithSuspendAll()
/art/runtime/gc/
Dheap.cc616 ThreadList* tl = Runtime::Current()->GetThreadList(); in DisableMovingGc() local
619 tl->SuspendAll(__FUNCTION__); in DisableMovingGc()
634 tl->ResumeAll(); in DisableMovingGc()
800 ThreadList* tl = Runtime::Current()->GetThreadList(); in VisitObjects() local
801 tl->SuspendAll(__FUNCTION__); in VisitObjects()
804 tl->ResumeAll(); in VisitObjects()
1667 auto* tl = Runtime::Current()->GetThreadList(); in GetObjectsAllocated() local
1669 tl->SuspendAll(__FUNCTION__); in GetObjectsAllocated()
1677 tl->ResumeAll(); in GetObjectsAllocated()
1813 ThreadList* tl = Runtime::Current()->GetThreadList(); in PerformHomogeneousSpaceCompact() local
[all …]
/art/runtime/
Dinstrumentation.cc608 ThreadList* tl = runtime->GetThreadList(); in SetEntrypointsInstrumented() local
612 tl->SuspendAll(__FUNCTION__); in SetEntrypointsInstrumented()
620 tl->ResumeAll(); in SetEntrypointsInstrumented()
Ddebugger.cc4777 ThreadList* tl = Runtime::Current()->GetThreadList(); in DdmSendHeapSegments() local
4778 tl->SuspendAll(__FUNCTION__); in DdmSendHeapSegments()
4783 tl->ResumeAll(); in DdmSendHeapSegments()
4793 ThreadList* tl = Runtime::Current()->GetThreadList(); in DdmSendHeapSegments() local
4794 tl->SuspendAll(__FUNCTION__); in DdmSendHeapSegments()
4799 tl->ResumeAll(); in DdmSendHeapSegments()
/art/runtime/gc/collector/
Dmark_sweep.cc433 ThreadList* tl = Runtime::Current()->GetThreadList(); in operator ()() local
434 tl->SuspendAll(__FUNCTION__); in operator ()()
436 tl->ResumeAll(); in operator ()()