Searched refs:dropped (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DSoftCache.java120 static private int dropped = 0; field in class:SoftCache.ValueCell
150 dropped++;
172 else ValueCell.dropped--;
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java1570 * more than once in the array, and an incoming argument will be dropped
1777 * @param target the method handle to invoke after the arguments are dropped
1791 int dropped = valueTypes.size();
1792 MethodType.checkSlotCount(dropped);
1793 if (dropped == 0) return target;
1795 int inargs = outargs + dropped;
1801 return target.dropArguments(newType, pos, dropped);
1839 * @param target the method handle to invoke after the arguments are dropped
2055 * first parameter type is dropped,

Completed in 64 milliseconds