Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DExceptions.java34 public static final Type TYPE_ArrayIndexOutOfBoundsException = field in Exceptions
102 TYPE_ArrayIndexOutOfBoundsException);
113 TYPE_ArrayIndexOutOfBoundsException,
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DEscapeAnalysis.java739 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException); in insertExceptionThrow()