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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java45 private int inWords; field in class:CodeItem
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)
73 CodeItem(DexFile dexFile, int registerCount, int inWords, int outWords, DebugInfoItem debugInfo, Instruction[] instructions, TryItem[] tries, EncodedCatchHandler[] encodedCatchHandlers) argument
108 internCodeItem(DexFile dexFile, int registerCount, int inWords, int outWords, DebugInfoItem debugInfo, List<Instruction> instructions, List<TryItem> tries, List<EncodedCatchHandler> encodedCatchHandlers) argument
[all...]

Completed in 32 milliseconds