Home
last modified time | relevance | path

Searched refs:SuspendSelf (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_thread.h178 static jvmtiError SuspendSelf(art::Thread* self)
Dti_thread.cc914 jvmtiError ThreadUtil::SuspendSelf(art::Thread* self) { in SuspendSelf() function in openjdkjvmti::ThreadUtil
951 return SuspendSelf(self); in SuspendThread()
/art/runtime/
Ddebugger.h512 static void SuspendSelf();
Ddebugger.cc2517 void Dbg::SuspendSelf() { in SuspendSelf() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc643 Dbg::SuspendSelf(); in SuspendByPolicy()