Searched refs:ootIndex (Results 1 – 1 of 1) sorted by relevance
335 int ootIndex = objectArgCount*2 + ivarargs; in genericMethodType() local336 if (ootIndex < objectOnlyTypes.length) { in genericMethodType()337 mt = objectOnlyTypes[ootIndex]; in genericMethodType()344 if (ootIndex < objectOnlyTypes.length) { in genericMethodType()345 objectOnlyTypes[ootIndex] = mt; // cache it here also! in genericMethodType()