Searched refs:ScopedThreadStateChange (Results 1 – 14 of 14) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 146 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/ |
D | scoped_thread_state_change.h | 32 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_;
|
D | signal_catcher.cc | 105 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() 169 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal()
|
D | monitor.cc | 260 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() 688 ScopedThreadStateChange tsc(self, kBlocked); in InflateThinLocked()
|
D | runtime.cc | 316 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() 838 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Init()
|
D | thread.h | 1164 friend class ScopedThreadStateChange; variable
|
D | profiler.cc | 235 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread()
|
D | thread.cc | 1221 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() 1254 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup()
|
D | jni_internal.cc | 3341 ScopedThreadStateChange tsc(self, kNative); in LoadNativeLibrary()
|
D | class_linker.cc | 2155 ScopedThreadStateChange tsc(self, kNative); in FindClass()
|
/art/runtime/gc/ |
D | heap.cc | 519 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/ |
D | jdwp_main.cc | 284 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create()
|
/art/runtime/gc/space/ |
D | space_test.h | 466 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 999 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint()
|