Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_thread.h99 static jvmtiError SuspendSelf(art::Thread* self)
Dti_thread.cc748 jvmtiError ThreadUtil::SuspendSelf(art::Thread* self) { in SuspendSelf() function in openjdkjvmti::ThreadUtil
781 return SuspendSelf(self); in SuspendThread()
/art/runtime/
Ddebugger.h480 static void SuspendSelf();
Ddebugger.cc2489 void Dbg::SuspendSelf() { in SuspendSelf() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc643 Dbg::SuspendSelf(); in SuspendByPolicy()