Home
last modified time | relevance | path

Searched refs:GetInvokeReq (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
686 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()
/art/runtime/
Ddebugger.h235 static DebugInvokeReq* GetInvokeReq();
Dthread_list.cc1171 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
Dthread.h916 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq() function
Ddebugger.cc632 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq() function in art::Dbg
633 return Thread::Current()->GetInvokeReq(); in GetInvokeReq()
4001 if (targetThread->GetInvokeReq() != nullptr) { in PrepareInvokeMethod()
Dthread.cc3920 CHECK(GetInvokeReq() == nullptr) << "Debug invoke req already active in thread " << *this; in SetDebugInvokeReq()
3927 CHECK(GetInvokeReq() != nullptr) << "Debug invoke req not active in thread " << *this; in ClearDebugInvokeReq()