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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 46 private int outWords;
67 * @param outWords the maximum number of 2-byte words for the arguments of any method call in this code
76 int outWords,
85 this.outWords = outWords;
101 * @param outWords the maximum number of 2-byte words for the arguments of any method call in this code
111 int outWords,
135 CodeItem codeItem = new CodeItem(dexFile, registerCount, inWords, outWords, debugInfo, instructionsArray,
144 this.outWords = in.readShort();
231 out.annotate(2, "outs_size: 0x" + Integer.toHexString(outWords) + " (" + outWords + ")")
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 702 milliseconds