Searched refs:checkBounds (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dex/
H A DDex.java145 private static void checkBounds(int index, int length) { method in class:Dex
323 checkBounds(typeIndex, tableOfContents.typeIds.size);
716 checkBounds(index, tableOfContents.stringIds.size);
747 checkBounds(index, tableOfContents.protoIds.size);
758 checkBounds(index, tableOfContents.fieldIds.size);
769 checkBounds(index, tableOfContents.methodIds.size);

Completed in 49 milliseconds