Home | History | Annotate | Download | only in Analysis

Lines Matching full:registertypes

402         RegisterType[] registerTypes = new RegisterType[parameterRegisterCount];
407 registerTypes[registerNum++] = RegisterType.getWideRegisterTypeForTypeIdItem(type, true);
408 registerTypes[registerNum++] = RegisterType.getWideRegisterTypeForTypeIdItem(type, false);
410 registerTypes[registerNum++] = RegisterType.getRegisterTypeForTypeIdItem(type);
414 return registerTypes;