Searched refs:sz2 (Results 1 – 5 of 5) sorted by relevance
45 int sz2 = list2.size(); in concat() local46 LineNumberList result = new LineNumberList(sz1 + sz2); in concat()52 for (int i = 0; i < sz2; i++) { in concat()
93 int sz2 = list2.size(); in concat() local94 BootstrapMethodsList result = new BootstrapMethodsList(sz1 + sz2); in concat()100 for (int i = 0; i < sz2; i++) { in concat()
49 int sz2 = list2.size(); in concat() local50 LocalVariableList result = new LocalVariableList(sz1 + sz2); in concat()56 for (int i = 0; i < sz2; i++) { in concat()
266 int sz2 = other.secondaries.size(); in mergeWithSet() local267 int sz = Math.max(sz1, sz2); in mergeWithSet()272 LocalsArray la2 = (i < sz2 ? other.secondaries.get(i) : null); in mergeWithSet()