Home
last modified time | relevance | path

Searched refs:checkVerificationError (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction20bc.java54 this.verificationError = Preconditions.checkVerificationError(verificationError); in BuilderInstruction20bc()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction20bc.java55 this.verificationError = Preconditions.checkVerificationError(verificationError); in ImmutableInstruction20bc()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java182 public static int checkVerificationError(int verificationError) { in checkVerificationError() method in Preconditions