Searched refs:sz1 (Results 1 – 4 of 4) 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()
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()
264 int sz1 = secondaries.size(); in mergeWithSet() local266 int sz = Math.max(sz1, sz2); in mergeWithSet()270 LocalsArray la1 = (i < sz1 ? secondaries.get(i) : null); in mergeWithSet()