Searched refs:kWaitingForCheckPointsToRun (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | thread_state.h | 40 kWaitingForCheckPointsToRun, // WAITING TS_WAIT GC waiting for checkpoints to run enumerator
|
D | thread_list.cc | 225 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() 437 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint()
|
D | cha.cc | 267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint()
|
D | debugger.cc | 353 ScopedThreadSuspension sts(self, ThreadState::kWaitingForCheckPointsToRun); in DdmSetThreadNotification()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 126 case kWaitingForCheckPointsToRun: in ToJdwpThreadStatus()
|
D | java_lang_Thread.cc | 93 case kWaitingForCheckPointsToRun: return kJavaWaiting; in Thread_nativeGetStatus()
|
/art/openjdkjvmti/ |
D | ti_monitor.cc | 391 case art::kWaitingForCheckPointsToRun: in GetCurrentContendedMonitor()
|
D | ti_thread.cc | 474 case art::ThreadState::kWaitingForCheckPointsToRun: in GetJvmtiThreadStateFromInternal() 527 case art::ThreadState::kWaitingForCheckPointsToRun: in GetJavaStateFromInternal()
|
D | ti_stack.cc | 373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 310 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() 770 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() 1049 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking() 1768 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() 2058 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks()
|
D | mark_sweep.cc | 1200 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint()
|
/art/runtime/gc/ |
D | heap.cc | 1536 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables()
|