Searched refs:SendRequestAndPossiblySuspend (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 619 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend() function in art::JDWP::JdwpState 782 SendRequestAndPossiblySuspend(pReq, suspend_policy, threadId); in PostVMStart() 923 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostLocationEvent() 1009 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostFieldEvent() 1071 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostThreadChange() 1181 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostException() 1262 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostClassPrepare()
|
D | jdwp.h | 305 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
|