Home
last modified time | relevance | path

Searched refs:ootIndex (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java335 int ootIndex = objectArgCount*2 + ivarargs; in genericMethodType() local
336 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()