Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc590 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in SuspendByPolicy() local
615 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend()
640 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress() local
706 ExpandBuf* pReq = expandBufAlloc(); in eventPrep() local
716 void JdwpState::EventFinish(ExpandBuf* pReq) { in EventFinish()
754 ExpandBuf* pReq = eventPrep(); in PostVMStart() local
861 ExpandBuf* pReq = NULL; in PostLocationEvent() local
945 ExpandBuf* pReq = NULL; in PostFieldEvent() local
1043 ExpandBuf* pReq = NULL; in PostThreadChange() local
1102 ExpandBuf* pReq = eventPrep(); in PostVMDeath() local
[all …]
Djdwp_main.cc169 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest()
/art/runtime/
Dthread_list.cc678 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger() local
Ddebugger.cc3665 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()