Searched refs:event_class (Results 1 – 2 of 2) sorted by relevance
359 static bool MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id)
1456 bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) { in MatchType() argument1457 if (event_class == nullptr) { in MatchType()1463 return expected_class->IsAssignableFrom(event_class); in MatchType()