Searched refs:sz1 (Results 1 – 5 of 5) sorted by relevance
44 int sz1 = list1.size(); in concat() local46 LineNumberList result = new LineNumberList(sz1 + sz2); in concat()48 for (int i = 0; i < sz1; i++) { in concat()53 result.set(sz1 + i, list2.get(i)); in concat()
92 int sz1 = list1.size(); in concat() local94 BootstrapMethodsList result = new BootstrapMethodsList(sz1 + sz2); in concat()96 for (int i = 0; i < sz1; i++) { in concat()101 result.set(sz1 + i, list2.get(i)); in concat()
48 int sz1 = list1.size(); in concat() local50 LocalVariableList result = new LocalVariableList(sz1 + sz2); in concat()52 for (int i = 0; i < sz1; i++) { in concat()57 result.set(sz1 + i, list2.get(i)); in concat()
265 int sz1 = secondaries.size(); in mergeWithSet() local267 int sz = Math.max(sz1, sz2); in mergeWithSet()271 LocalsArray la1 = (i < sz1 ? secondaries.get(i) : null); in mergeWithSet()