Searched refs:writeUnsignedShort (Results 1 – 5 of 5) sorted by relevance
115 out.writeUnsignedShort(methodHandleType.value); in writeTo()116 out.writeUnsignedShort(unused1); in writeTo()117 out.writeUnsignedShort(fieldOrMethodId); in writeTo()118 out.writeUnsignedShort(unused2); in writeTo()
58 out.writeUnsignedShort(declaringClassIndex); in writeTo()59 out.writeUnsignedShort(typeIndex); in writeTo()
58 out.writeUnsignedShort(declaringClassIndex); in writeTo()59 out.writeUnsignedShort(protoIndex); in writeTo()
651 public void writeUnsignedShort(int i) { in writeUnsignedShort() method in Dex.Section
889 codeOut.writeUnsignedShort(code.getRegistersSize()); in transformCode()890 codeOut.writeUnsignedShort(code.getInsSize()); in transformCode()891 codeOut.writeUnsignedShort(code.getOutsSize()); in transformCode()895 codeOut.writeUnsignedShort(tries.length); in transformCode()945 out.writeUnsignedShort(tryItem.getInstructionCount()); in transformTries()946 out.writeUnsignedShort(catchHandlerOffsets[tryItem.getCatchHandlerIndex()]); in transformTries()