HomeSort by relevance Sort by last modified time
    Searched defs:inWords (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 45 private int inWords;
66 * @param inWords the number of 2-byte words that the parameters to the method containing this code take
75 int inWords,
84 this.inWords = inWords;
100 * @param inWords the number of 2-byte words that the parameters to the method containing this code take
110 int inWords,
135 CodeItem codeItem = new CodeItem(dexFile, registerCount, inWords, outWords, debugInfo, instructionsArray,
143 this.inWords = in.readShort();
230 out.annotate(2, "ins_size: 0x" + Integer.toHexString(inWords) + " (" + inWords + ")")
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 61 milliseconds