Searched refs:MatchType (Results 1 – 3 of 3) sorted by relevance
471 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()492 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
337 static bool MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id)
1426 bool Dbg::MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id) { in MatchType() function in art::Dbg1442 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id); in MatchField()