Searched defs:stsc (Results 1 – 13 of 13) sorted by relevance
/art/openjdkjvmti/ |
D | ti_dump.cc | 60 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 67 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | ti_phase.cc | 142 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 149 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | deopt_manager.cc | 94 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Setup() local 102 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Shutdown() local 366 art::ScopedThreadStateChange stsc(self, art::kSuspended); in AddDeoptimizationRequester() local
|
D | ti_search.cc | 202 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 209 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | transform.cc | 261 art::ScopedThreadStateChange stsc(self, art::ThreadState::kNative); in TransformSingleClassDirect() local
|
D | ti_thread.cc | 118 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 145 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | ti_class.cc | 526 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 533 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | ti_method.cc | 94 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 102 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | events.cc | 941 art::ScopedThreadStateChange stsc(art::Thread::Current(), art::ThreadState::kNative); in SetupTraceListener() local
|
/art/runtime/ti/ |
D | agent.cc | 73 ScopedThreadStateChange stsc(Thread::Current(), ThreadState::kNative); in DoLoadHelper() local
|
/art/adbconnection/ |
D | adbconnection.cc | 157 art::ScopedThreadStateChange stsc(thr, art::kNative); in CreateAdbConnectionThread() local
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 673 ScopedThreadStateChange stsc(self, kSuspended); in SendRequestAndPossiblySuspend() local
|
/art/runtime/ |
D | debugger.cc | 374 ScopedThreadStateChange stsc(art::Thread::Current(), kNative); in StartDebugger() local
|