Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java42 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_00X() method
59 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_10X() method
78 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_12X() method
99 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_11N() method
119 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_11X() method
137 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_10T() method
157 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_20T() method
177 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_20BC() method
198 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_22X() method
220 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_21T() method
[all …]
DDecodedInstruction.java469 public final void encode(CodeOutput out) { in encode() method in DecodedInstruction
/dalvik/dx/src/com/android/dex/
DMutf8.java87 public static void encode(byte[] dst, int offset, String s) { in encode() method in Mutf8
107 public static byte[] encode(String s) throws UTFDataFormatException { in encode() method in Mutf8
/dalvik/dx/src/com/android/dx/dex/file/
DEncodedMember.java83 public abstract int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedMember
DEncodedField.java136 public int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedField
DEncodedMethod.java161 public int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedMethod
DDebugInfoItem.java139 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, in encode() method in DebugInfoItem
DCatchStructs.java116 public void encode(DexFile file) { in encode() method in CatchStructs
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DEncodedMember.java84 public abstract int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedMember
DEncodedField.java133 public int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedField
DEncodedMethod.java159 public int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedMethod
DDebugInfoItem.java142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, in encode() method in DebugInfoItem
DCatchStructs.java119 public void encode(DexFile file) { in encode() method in CatchStructs