Searched refs:dropped (Results 1 – 2 of 2) sorted by relevance
818 boolean dropped = false;822 dropped = true; // then drop element829 if (dropped)923 boolean dropped = false;927 dropped = true; // then drop element934 if (dropped)1028 boolean dropped = false;1032 dropped = true; // then drop element1039 if (dropped)1133 boolean dropped = false;[all …]
3273 int dropped = dropArgumentChecks(oldType, pos, valueTypes); in dropArguments0() local3275 if (dropped == 0) return target; in dropArguments0()3285 return new Transformers.DropArguments(newType, target, pos, dropped); in dropArguments0()3289 int dropped = valueTypes.size(); in dropArgumentChecks() local3290 MethodType.checkSlotCount(dropped); in dropArgumentChecks()3292 int inargs = outargs + dropped; in dropArgumentChecks()3297 return dropped; in dropArgumentChecks()