Lines Matching refs:JDWP
105 namespace JDWP { namespace
624 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) { in SuspendByPolicy()
836 if (error != JDWP::ERR_NONE) { in LogMatchingEventsAndThread()
842 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location, in SetJdwpLocationFromEventLocation()
843 JDWP::JdwpLocation* jdwp_location) in SetJdwpLocationFromEventLocation()
934 JDWP::JdwpLocation jdwp_location; in PostLocationEvent()
1000 JDWP::JdwpLocation jdwp_location; in PostFieldEvent()
1019 JDWP::JdwpTypeTag type_tag = Dbg::GetTypeTag(field->GetDeclaringClass()); in PostFieldEvent()
1181 JDWP::JdwpLocation jdwp_throw_location; in PostException()
1182 JDWP::JdwpLocation jdwp_catch_location; in PostException()
1258 int status = JDWP::CS_VERIFIED | JDWP::CS_PREPARED; in PostClassPrepare()
1259 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass.Get()); in PostClassPrepare()