Home | History | Annotate | Download | only in runtime

Lines Matching refs:pReq

983   DebugInvokeReq* pReq = self->GetInvokeReq();
984 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive());
1003 if (pReq != nullptr) {
1004 Dbg::FinishInvokeMethod(pReq);
1006 pReq = nullptr; // object has been deleted, clear it for safety.