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

/art/runtime/jdwp/
H A Djdwp_event.cc649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq();
686 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
/art/runtime/
H A Ddebugger.h216 static DebugInvokeReq* GetInvokeReq();
H A Dthread.h835 DebugInvokeReq* GetInvokeReq() const { function in class:art::Thread
H A Dthread_list.cc1137 DebugInvokeReq* pReq = self->GetInvokeReq();
H A Dthread.cc3534 CHECK(GetInvokeReq() == nullptr) << "Debug invoke req already active in thread " << *this;
3541 CHECK(GetInvokeReq() != nullptr) << "Debug invoke req not active in thread " << *this;
H A Ddebugger.cc566 DebugInvokeReq* Dbg::GetInvokeReq() { function in class:art::Dbg
567 return Thread::Current()->GetInvokeReq();
3912 if (targetThread->GetInvokeReq() != nullptr) {

Completed in 53 milliseconds