/art/runtime/interpreter/ |
D | interpreter.cc | 146 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 155 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 162 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 169 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 176 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 187 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 196 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 206 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 213 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 220 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local [all …]
|
/art/runtime/ |
D | signal_catcher.cc | 105 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local 175 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
|
D | monitor.cc | 260 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local 688 ScopedThreadStateChange tsc(self, kBlocked); in InflateThinLocked() local
|
D | runtime.cc | 321 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local 854 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Init() local
|
D | profiler.cc | 235 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread() local
|
D | thread.cc | 1258 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local 1291 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
|
D | jni_internal.cc | 3341 ScopedThreadStateChange tsc(self, kNative); in LoadNativeLibrary() local
|
D | class_linker.cc | 2188 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
|
/art/runtime/gc/ |
D | heap.cc | 539 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc() local 659 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local 973 ScopedThreadStateChange tsc(self, kSleeping); in DoPendingTransitionOrTrim() local 1032 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in Trim() local 1052 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in Trim() local 1597 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local 1600 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact() local 1668 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector() local 1674 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TransitionCollector() local 2140 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local [all …]
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 284 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
|
/art/runtime/gc/space/ |
D | space_test.h | 466 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 992 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
|