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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DVerificationErrorType.java33 public enum VerificationErrorType { enum
45 private static HashMap<String, VerificationErrorType> verificationErrorTypesByName;
48 verificationErrorTypesByName = new HashMap<String, VerificationErrorType>();
50 for (VerificationErrorType verificationErrorType: VerificationErrorType.values()) {
57 private VerificationErrorType(int value, String name) { method in class:VerificationErrorType
70 public static VerificationErrorType fromString(String validationErrorType) {
74 public static VerificationErrorType getValidationErrorType(int validationErrorType) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction20bc.java39 private VerificationErrorType validationErrorType;
41 public Instruction20bc(Opcode opcode, VerificationErrorType validationErrorType, Item referencedItem) {
64 validationErrorType = VerificationErrorType.getValidationErrorType(val & 0x3f);
91 public VerificationErrorType getValidationErrorType() {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java345 VerificationErrorType validationErrorType = ((Instruction20bc)instruction).getValidationErrorType();
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g906 verification_error_type returns[VerificationErrorType verificationErrorType]
909 $verificationErrorType = VerificationErrorType.fromString($VERIFICATION_ERROR_TYPE.text);
1018 VerificationErrorType verificationErrorType = $verification_error_type.verificationErrorType;

Completed in 140 milliseconds