Searched defs:tsc (Results 1 – 11 of 11) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 64 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 73 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 80 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 87 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 94 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 105 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 114 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 124 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 132 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 139 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local [all …]
|
/art/runtime/gc/ |
D | task_processor.cc | 42 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in AddTask() local 49 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in GetTask() local
|
/art/runtime/ |
D | signal_catcher.cc | 154 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local 215 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
|
D | cha.cc | 267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
|
D | thread_list.cc | 234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local 443 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
|
D | runtime.cc | 599 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local 842 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
|
D | monitor.cc | 466 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
|
D | thread.cc | 2298 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local 2321 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 413 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 332 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 1199 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
|