Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc514 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in SuspendByPolicy() local
547 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend()
572 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress() local
637 ExpandBuf* pReq = expandBufAlloc(); in eventPrep() local
647 void JdwpState::EventFinish(ExpandBuf* pReq) { in EventFinish()
680 ExpandBuf* pReq = eventPrep(); in PostVMStart() local
757 ExpandBuf* pReq = NULL; in PostLocationEvent() local
825 ExpandBuf* pReq = NULL; in PostThreadChange() local
873 ExpandBuf* pReq = eventPrep(); in PostVMDeath() local
915 ExpandBuf* pReq = NULL; in PostException() local
[all …]
Djdwp_main.cc168 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest()
/art/runtime/
Ddebugger.cc2806 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()