Home | History | Annotate | Download | only in analysis

Lines Matching refs:cat

1886  * See if "type" matches "cat".  All we're really looking for here is that
1897 static void checkTypeCategory(RegType type, TypeCategory cat,
1900 switch (cat) {
1968 TypeCategory cat, VerifyError* pFailure)
1970 assert(cat == kTypeCategory1nr || cat == kTypeCategoryRef);
1972 checkTypeCategory(type, cat, pFailure);
1974 LOG_VFY("VFY: copy1 v%u<-v%u type=%d cat=%d", vdst, vsrc, type, cat);
1977 if (cat == kTypeCategoryRef && registerLine->monitorEntries != NULL) {
2009 const int insnRegCount, u4 vdst, TypeCategory cat, VerifyError* pFailure)
2018 checkTypeCategory(type, cat, pFailure);
2020 LOG_VFY("VFY: copyRes1 v%u<-v%u cat=%d type=%d",
2021 vdst, vsrc, cat, type);
4402 LOG_VFY("VFY: args to 'if' must be cat-1nr and not float");
4411 LOG_VFY("VFY: args to 'if' must be cat-1nr and not float");
4425 LOG_VFY("VFY: expected non-float cat-1 arg to if");
4437 LOG_VFY("VFY: expected non-float cat-1 arg to if");