| /art/runtime/interpreter/ |
| D | interpreter.cc | 49 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 58 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 65 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 72 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 79 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 91 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 100 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 111 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 119 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 126 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local [all …]
|
| /art/runtime/gc/ |
| D | task_processor.cc | 37 ScopedThreadStateChange tsc(self, kBlocked); in AddTask() local 44 ScopedThreadStateChange tsc(self, kBlocked); in GetTask() local
|
| D | heap.cc | 729 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc() local 840 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local 864 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local 906 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin() local 1417 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local 1435 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TrimSpaces() local 1871 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local 2028 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local 2104 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector() local 2625 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local [all …]
|
| /art/runtime/ |
| D | signal_catcher.cc | 108 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local 162 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
|
| D | runtime.cc | 435 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local 644 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
|
| D | profiler.cc | 238 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread() local
|
| D | thread_list.cc | 212 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
|
| D | monitor.cc | 345 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
|
| D | thread.cc | 1806 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local 1839 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
|
| D | class_linker.cc | 2409 ScopedThreadStateChange tsc(self, kNative); in FindClass() local 7121 ScopedThreadStateChange tsc(self, kSuspended); in LinkInterfaceMethods() local
|
| /art/runtime/jdwp/ |
| D | jdwp_main.cc | 295 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
|
| /art/runtime/gc/collector/ |
| D | concurrent_copying.cc | 278 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local 527 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local 564 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueEmptyCheckpoint() local 935 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
|
| D | mark_sweep.cc | 1179 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
|
| /art/compiler/ |
| D | oat_writer.cc | 997 ScopedAssertNoThreadSuspension tsc(Thread::Current(), __FUNCTION__); in VisitMethod() local
|