Home
last modified time | relevance | path

Searched refs:throwIndex (Results 1 – 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
DFixedSizeList.java186 return throwIndex(n); in get0()
219 throwIndex(n); in set0()
230 private Object throwIndex(int n) { in throwIndex() method in FixedSizeList