Searched refs:targetPos (Results 1 – 1 of 1) sorted by relevance
145 final int targetPos = arrayOffset + count; in checkArrayBounds() local146 if (targetPos < 0 || targetPos > arrayLength) { in checkArrayBounds()