Searched refs:SendRequestAndPossiblySuspend (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 627 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend() function in art::JDWP::JdwpState 784 SendRequestAndPossiblySuspend(pReq, suspend_policy, threadId); in PostVMStart() 931 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostLocationEvent() 1031 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostFieldEvent() 1101 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostThreadChange() 1225 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostException() 1318 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostClassPrepare()
|
D | jdwp.h | 307 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
|