Searched defs:checkSlotCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodType.java160 checkSlotCount(ptypes.length + slots);
163 static void checkSlotCount(int count) { method in class:MethodType
206 checkSlotCount(ptypes.size());
303 checkSlotCount(objectArgCount);
368 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins);
888 checkSlotCount(types.size());

Completed in 842 milliseconds