Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length");
[all …]
DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { in Exceptions() method in Exceptions
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java112 Exceptions.LIST_Error, "const-object");
263 Exceptions.LIST_Error_ArithmeticException, "div-int");
268 Exceptions.LIST_Error_ArithmeticException, "div-long");
282 Exceptions.LIST_Error_ArithmeticException, "rem-int");
287 Exceptions.LIST_Error_ArithmeticException, "rem-long");
424 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
429 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
443 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
448 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
631 Exceptions.LIST_Error_NullPointerException, "array-length");
[all …]
DExceptions.java25 public final class Exceptions { class
130 private Exceptions() { in Exceptions() method in Exceptions
/dalvik/dx/tests/018-method-attrib-Exceptions/
Dsmall-class.txt19 01 000a "Exceptions" # 0007: utf8["Exceptions"]
Dexpected.txt15 0007: utf8{"Exceptions"}
33 name: Exceptions
Dinfo.txt6 method with a syntactically valid Exceptions attribute.
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java19 import com.android.dx.rop.code.Exceptions;
742 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException); in insertExceptionThrow()