Searched defs:stsc (Results 1 – 14 of 14) sorted by relevance
/art/openjdkjvmti/ |
D | ti_dump.cc | 62 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 69 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 | ti_search.cc | 203 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 210 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | deopt_manager.cc | 102 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Setup() local 110 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Shutdown() local 471 art::ScopedThreadStateChange stsc(self, art::kSuspended); in AddDeoptimizationRequester() local
|
D | transform.cc | 263 art::ScopedThreadStateChange stsc(self, art::ThreadState::kNative); in TransformSingleClassDirect() local
|
D | ti_method.cc | 98 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 106 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | ti_thread.cc | 158 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 204 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | ti_class.cc | 530 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Register() local 537 art::ScopedThreadStateChange stsc(art::Thread::Current(), in Unregister() local
|
D | events.cc | 1092 art::ScopedThreadStateChange stsc(art::Thread::Current(), art::ThreadState::kNative); in SetupTraceListener() local
|
/art/runtime/ti/ |
D | agent.cc | 74 ScopedThreadStateChange stsc(Thread::Current(), ThreadState::kNative); in DoLoadHelper() local
|
/art/tools/tracefast-plugin/ |
D | tracefast.cc | 158 art::ScopedThreadSuspension stsc(art::Thread::Current(), in ArtPlugin_Initialize() local
|
/art/adbconnection/ |
D | adbconnection.cc | 155 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 | 367 ScopedThreadStateChange stsc(art::Thread::Current(), kNative); in StartDebugger() local
|