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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java46 private int outWords; field in class:CodeItem
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)
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 62 milliseconds