Searched defs:variableSizeFormat (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DFormat.java75 public final boolean variableSizeFormat; field in class:Format
81 private Format(Instruction.InstructionFactory factory, int size, boolean variableSizeFormat) { argument
84 this.variableSizeFormat = variableSizeFormat;

Completed in 58 milliseconds