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()
327 static bool MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id)
1390 bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) { in MatchType() function in art::Dbg1406 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id); in MatchField()