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.h245 static DebugInvokeReq* GetInvokeReq();
Dthread_list.cc1160 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
Dthread.h894 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq() function
Ddebugger.cc626 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq() function in art::Dbg
627 return Thread::Current()->GetInvokeReq(); in GetInvokeReq()
3856 if (targetThread->GetInvokeReq() != nullptr) { in PrepareInvokeMethod()
Dthread.cc4133 CHECK(GetInvokeReq() == nullptr) << "Debug invoke req already active in thread " << *this; in SetDebugInvokeReq()
4140 CHECK(GetInvokeReq() != nullptr) << "Debug invoke req not active in thread " << *this; in ClearDebugInvokeReq()