Home
last modified time | relevance | path

Searched refs:ScopedThreadStateChange (Results 26 – 33 of 33) sorted by relevance

12

/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/
Druntime.cc639 ScopedThreadStateChange tsc(Thread::Current(), kNativeForAbort); in Abort()
697 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook()
969 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start()
Dthread.cc1692 ScopedThreadStateChange sts(self, suspend_state); in RequestSynchronousCheckpoint()
1717 ScopedThreadStateChange sts(self, suspend_state); in RequestSynchronousCheckpoint()
2504 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions()
2527 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup()
Dthread.h1882 friend class ScopedThreadStateChange; variable
Dclass_linker.cc3148 ScopedThreadStateChange tsc(self, kNative); in FindClass()
7758 ScopedThreadStateChange tsc(self_, kSuspended); in ClobberOldMethods()
/art/openjdkjvmti/
Dti_stack.cc373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait()
Devents.cc1237 art::ScopedThreadStateChange stsc(art::Thread::Current(), art::ThreadState::kNative); in SetupTraceListener()

12