Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc609 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
647 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()
/art/runtime/
Dthread.h745 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq() function
Ddebugger.h227 static DebugInvokeReq* GetInvokeReq();
Dthread_list.cc884 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
Dthread.cc2573 CHECK(GetInvokeReq() == nullptr) << "Debug invoke req already active in thread " << *this; in SetDebugInvokeReq()
2580 CHECK(GetInvokeReq() != nullptr) << "Debug invoke req not active in thread " << *this; in ClearDebugInvokeReq()
Ddebugger.cc640 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq() function in art::Dbg
641 return Thread::Current()->GetInvokeReq(); in GetInvokeReq()
3857 if (targetThread->GetInvokeReq() != nullptr) { in PrepareInvokeMethod()