Home
last modified time | relevance | path

Searched defs:tsc (Results 1 – 11 of 11) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc64 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/
Dtask_processor.cc42 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in AddTask() local
49 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in GetTask() local
/art/runtime/
Dsignal_catcher.cc154 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
215 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dcha.cc267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Dthread_list.cc234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
443 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
Druntime.cc599 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
842 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
Dmonitor.cc466 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
Dthread.cc2298 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
2321 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
/art/runtime/jdwp/
Djdwp_main.cc413 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
/art/openjdkjvmti/
Dti_stack.cc332 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
/art/runtime/gc/collector/
Dmark_sweep.cc1199 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local