Home
last modified time | relevance | path

Searched defs:writeShort (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/io/
DRuntimeDataOutput.java200 public void writeShort(int v) in writeShort() method in RuntimeDataOutput
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java857 protected static void writeShort(byte[] code, int offset, int value) in writeShort() method in Instruction