Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java186 checkSlotCount(ptypes.length + slots); in checkPtypes()
189 static void checkSlotCount(int count) { in checkSlotCount() method in MethodType
234 checkSlotCount(ptypes.size()); in listToArray()
336 checkSlotCount(objectArgCount); in genericMethodType()
401 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins); in insertParameterTypes()
1142 checkSlotCount(types.size());
DMethodHandles.java3290 MethodType.checkSlotCount(dropped); in dropArgumentChecks()