Home
last modified time | relevance | path

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

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