Home
last modified time | relevance | path

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

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