Searched refs:toCollect (Results 1 – 1 of 1) sorted by relevance
96 int toCollect = Math.min(constantList.size(), MAX_COLLECTED_CONSTANTS); in run() local102 = new HashMap<TypedConstant, RegisterSpec> (toCollect); in run()104 for (int i = 0; i < toCollect; i++) { in run()