Searched refs:JdwpSuspendPolicy (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 477 static JdwpSuspendPolicy scanSuspendPolicy(JdwpEvent** match_list, int match_count) { in scanSuspendPolicy() 478 JdwpSuspendPolicy policy = SP_NONE; in scanSuspendPolicy() 496 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) { in SuspendByPolicy() 547 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend() 671 JdwpSuspendPolicy suspend_policy; in PostVMStart() 758 JdwpSuspendPolicy suspend_policy = SP_NONE; in PostLocationEvent() 826 JdwpSuspendPolicy suspend_policy = SP_NONE; in PostThreadChange() 916 JdwpSuspendPolicy suspend_policy = SP_NONE; in PostException() 981 JdwpSuspendPolicy suspend_policy = SP_NONE; in PostClassPrepare()
|
D | jdwp_constants.h | 184 enum JdwpSuspendPolicy { enum 189 std::ostream& operator<<(std::ostream& os, const JdwpSuspendPolicy& value);
|
D | jdwp_event.h | 96 JdwpSuspendPolicy suspend_policy; /* suspend all, none, or self? */
|
D | jdwp.h | 273 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) 275 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
|
D | jdwp_handler.cc | 1241 JdwpSuspendPolicy suspend_policy = request.ReadEnum1<JdwpSuspendPolicy>("suspend policy"); in ER_Set()
|