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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DExceptions.java64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error); field in class:Exceptions
H A DRops.java111 Exceptions.LIST_Error, "const-object");
756 Exceptions.LIST_Error, "new-instance");
822 Exceptions.LIST_Error, "instance-of");
906 Exceptions.LIST_Error, "get-static-int");
911 Exceptions.LIST_Error, "get-static-long");
916 Exceptions.LIST_Error, "get-static-float");
921 Exceptions.LIST_Error, "get-static-double");
926 Exceptions.LIST_Error, "get-static-object");
931 Exceptions.LIST_Error, "get-field-boolean");
936 Exceptions.LIST_Error, "ge
[all...]
/dalvik/dx/src/com/android/dx/rop/code/
H A DExceptions.java64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error); field in class:Exceptions
H A DRops.java111 Exceptions.LIST_Error, "const-object");
756 Exceptions.LIST_Error, "new-instance");
822 Exceptions.LIST_Error, "instance-of");
906 Exceptions.LIST_Error, "get-static-int");
911 Exceptions.LIST_Error, "get-static-long");
916 Exceptions.LIST_Error, "get-static-float");
921 Exceptions.LIST_Error, "get-static-double");
926 Exceptions.LIST_Error, "get-static-object");
931 Exceptions.LIST_Error, "get-field-boolean");
936 Exceptions.LIST_Error, "ge
[all...]

Completed in 7714 milliseconds