Searched refs:SendRequestAndPossiblySuspend (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 659 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend() function in art::JDWP::JdwpState 823 SendRequestAndPossiblySuspend(pReq, suspend_policy, threadId); in PostVMStart() 964 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostLocationEvent() 1050 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostFieldEvent() 1112 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostThreadChange() 1222 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostException() 1304 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id); in PostClassPrepare()
|
D | jdwp.h | 313 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
|