Searched refs:Exceptions (Results 1 – 8 of 8) sorted by relevance
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | Rops.java | 111 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 …]
|
D | Exceptions.java | 25 public final class Exceptions { class 130 private Exceptions() { in Exceptions() method in Exceptions
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rops.java | 112 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 …]
|
D | Exceptions.java | 25 public final class Exceptions { class 130 private Exceptions() { in Exceptions() method in Exceptions
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
D | small-class.txt | 19 01 000a "Exceptions" # 0007: utf8["Exceptions"]
|
D | expected.txt | 15 0007: utf8{"Exceptions"} 33 name: Exceptions
|
D | info.txt | 6 method with a syntactically valid Exceptions attribute.
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | EscapeAnalysis.java | 19 import com.android.dx.rop.code.Exceptions; 742 new CstType(Exceptions.TYPE_ArrayIndexOutOfBoundsException); in insertExceptionThrow()
|