Home
last modified time | relevance | path

Searched defs:pReq (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy() local
659 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend()
686 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress() local
773 ExpandBuf* pReq = expandBufAlloc(); in eventPrep() local
783 void JdwpState::EventFinish(ExpandBuf* pReq) { in EventFinish()
813 ExpandBuf* pReq = eventPrep(); in PostVMStart() local
943 ExpandBuf* pReq = eventPrep(); in PostLocationEvent() local
1014 ExpandBuf* pReq = eventPrep(); in PostFieldEvent() local
1095 ExpandBuf* pReq = eventPrep(); in PostThreadChange() local
1123 ExpandBuf* pReq = eventPrep(); in PostVMDeath() local
[all …]
Djdwp_main.cc184 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest()
/art/runtime/
Dthread_list.cc1137 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger() local
Ddebugger.cc4045 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
4087 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) { in ExecuteMethodWithoutPendingException()
4226 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) { in FinishInvokeMethod()