Searched refs:MatchType (Results 1 – 3 of 3) sorted by relevance
511 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
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() function in art::Dbg1472 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id); in MatchField()