Searched refs:newInts (Results 1 – 1 of 1) sorted by relevance
530 long[] newInts = new long[newLen]; in resizedInts() local531 System.arraycopy(m_ints, 0, newInts, 0, Math.min(m_ints.length, newLen)); in resizedInts()532 return newInts; in resizedInts()