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.java338 int ootIndex = objectArgCount*2 + ivarargs; in genericMethodType() local
339 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()