Home
last modified time | relevance | path

Searched refs:ScopedThreadStateChange (Results 1 – 14 of 14) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc146 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
155 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
162 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
169 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
176 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
187 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
196 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
205 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
212 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
219 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
[all …]
/art/runtime/
Dscoped_thread_state_change.h32 class ScopedThreadStateChange {
34 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state) in ScopedThreadStateChange() function
60 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE { in LOCKS_EXCLUDED()
87 ScopedThreadStateChange() in ScopedThreadStateChange() function
99 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
250 const ScopedThreadStateChange tsc_;
Dsignal_catcher.cc105 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output()
169 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal()
Dmonitor.cc260 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock()
688 ScopedThreadStateChange tsc(self, kBlocked); in InflateThinLocked()
Druntime.cc316 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook()
838 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Init()
Dthread.h1164 friend class ScopedThreadStateChange; variable
Dprofiler.cc235 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread()
Dthread.cc1221 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions()
1254 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup()
Djni_internal.cc3341 ScopedThreadStateChange tsc(self, kNative); in LoadNativeLibrary()
Dclass_linker.cc2155 ScopedThreadStateChange tsc(self, kNative); in FindClass()
/art/runtime/gc/
Dheap.cc519 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc()
639 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
953 ScopedThreadStateChange tsc(self, kSleeping); in DoPendingTransitionOrTrim()
996 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in Trim()
1545 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
1548 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
1614 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
1620 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TransitionCollector()
2082 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()
2090 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in CollectGarbageInternal()
[all …]
/art/runtime/jdwp/
Djdwp_main.cc284 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create()
/art/runtime/gc/space/
Dspace_test.h466 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
/art/runtime/gc/collector/
Dmark_sweep.cc999 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint()