Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc609 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy() local
619 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend()
647 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress() local
732 ExpandBuf* pReq = expandBufAlloc(); in eventPrep() local
742 void JdwpState::EventFinish(ExpandBuf* pReq) { in EventFinish()
772 ExpandBuf* pReq = eventPrep(); in PostVMStart() local
902 ExpandBuf* pReq = eventPrep(); in PostLocationEvent() local
973 ExpandBuf* pReq = eventPrep(); in PostFieldEvent() local
1054 ExpandBuf* pReq = eventPrep(); in PostThreadChange() local
1082 ExpandBuf* pReq = eventPrep(); in PostVMDeath() local
[all …]
Djdwp_main.cc177 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest()
/art/runtime/
Dthread_list.cc884 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger() local
Ddebugger.cc3986 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
4028 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) { in ExecuteMethodWithoutPendingException()
4157 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) { in FinishInvokeMethod()