Home
last modified time | relevance | path

Searched refs:kWaitingForCheckPointsToRun (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dthread_state.h40 kWaitingForCheckPointsToRun, // WAITING TS_WAIT GC waiting for checkpoints to run enumerator
Dthread_list.cc234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint()
446 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint()
Dcha.cc267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint()
Ddebugger.cc353 ScopedThreadSuspension sts(self, ThreadState::kWaitingForCheckPointsToRun); in DdmSetThreadNotification()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc131 case kWaitingForCheckPointsToRun: in ToJdwpThreadStatus()
Djava_lang_Thread.cc93 case kWaitingForCheckPointsToRun: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc391 case art::kWaitingForCheckPointsToRun: in GetCurrentContendedMonitor()
Dti_thread.cc474 case art::ThreadState::kWaitingForCheckPointsToRun: in GetJvmtiThreadStateFromInternal()
527 case art::ThreadState::kWaitingForCheckPointsToRun: in GetJavaStateFromInternal()
Dti_stack.cc373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait()
/art/runtime/gc/collector/
Dconcurrent_copying.cc289 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints()
748 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots()
1027 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking()
1718 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint()
2008 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1200 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint()
/art/runtime/gc/
Dheap.cc1480 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables()