Searched refs:MatchField (Results 1 – 3 of 3) sorted by relevance
340 static bool MatchField(JDWP::RefTypeId expected_type_id, JDWP::FieldId expected_field_id,
1436 bool Dbg::MatchField(JDWP::RefTypeId expected_type_id, JDWP::FieldId expected_field_id, in MatchField() function in art::Dbg
501 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch()