Searched defs:writeInt (Results 1 – 5 of 5) sorted by relevance
65 public void writeInt(int i) { in writeInt() method in ByteStream167 public void writeInt(int pos, int value) { in writeInt() method in ByteStream
37 /*@Override*/ void writeInt(int v); in writeInt() method
57 void writeInt(int32_t value) { in writeInt() function
174 public void writeInt(int v) in writeInt() method in RuntimeDataOutput
868 protected static void writeInt(byte[] code, int offset, int value) in writeInt() method in Instruction