Searched refs:ootIndex (Results 1 – 1 of 1) sorted by relevance
338 int ootIndex = objectArgCount*2 + ivarargs; in genericMethodType() local339 if (ootIndex < objectOnlyTypes.length) { in genericMethodType()340 mt = objectOnlyTypes[ootIndex]; in genericMethodType()347 if (ootIndex < objectOnlyTypes.length) { in genericMethodType()348 objectOnlyTypes[ootIndex] = mt; // cache it here also! in genericMethodType()