Home
last modified time | relevance | path

Searched refs:InvalidReferenceTypeException (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DReferenceType.java58 throw new InvalidReferenceTypeException(referenceType); in toString()
85 throw new InvalidReferenceTypeException(referenceType); in validateReferenceType()
89 public static class InvalidReferenceTypeException extends ExceptionWithContext { class in ReferenceType
92 public InvalidReferenceTypeException(int referenceType) { in InvalidReferenceTypeException() method in ReferenceType.InvalidReferenceTypeException
97 … public InvalidReferenceTypeException(int referenceType, String message, Object... formatArgs) { in InvalidReferenceTypeException() method in ReferenceType.InvalidReferenceTypeException
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java125 } catch (ReferenceType.InvalidReferenceTypeException ex) { in writeTo()
143 } catch (ReferenceType.InvalidReferenceTypeException ex) { in writeTo()