Home
last modified time | relevance | path

Searched refs:JdwpSuspendPolicy (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h184 enum JdwpSuspendPolicy { enum
189 std::ostream& operator<<(std::ostream& os, const JdwpSuspendPolicy& value);
Djdwp_event.h96 JdwpSuspendPolicy suspend_policy; /* suspend all, none, or self? */
Djdwp_event.cc606 static JdwpSuspendPolicy ScanSuspendPolicy(const std::vector<JdwpEvent*>& match_list) { in ScanSuspendPolicy()
607 JdwpSuspendPolicy policy = SP_NONE; in ScanSuspendPolicy()
624 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) { in SuspendByPolicy()
659 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend()
807 JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL : SP_NONE; in PostVMStart()
931 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostLocationEvent()
994 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostFieldEvent()
1087 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostThreadChange()
1177 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostException()
1250 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostClassPrepare()
Djdwp.h311 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
313 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
Djdwp_handler.cc1217 JdwpSuspendPolicy suspend_policy = request->ReadEnum1<JdwpSuspendPolicy>("suspend policy"); in ER_Set()