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.cc566 static JdwpSuspendPolicy ScanSuspendPolicy(const std::vector<JdwpEvent*>& match_list) { in ScanSuspendPolicy()
567 JdwpSuspendPolicy policy = SP_NONE; in ScanSuspendPolicy()
584 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) { in SuspendByPolicy()
619 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy, in SendRequestAndPossiblySuspend()
766 JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL : SP_NONE; in PostVMStart()
890 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostLocationEvent()
953 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostFieldEvent()
1046 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostThreadChange()
1136 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostException()
1209 JdwpSuspendPolicy suspend_policy = ScanSuspendPolicy(match_list); in PostClassPrepare()
Djdwp_event.h96 JdwpSuspendPolicy suspend_policy; /* suspend all, none, or self? */
Djdwp.h303 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
305 void SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
Djdwp_handler.cc1184 JdwpSuspendPolicy suspend_policy = request->ReadEnum1<JdwpSuspendPolicy>("suspend policy"); in ER_Set()