Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java39 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_00X() method
54 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_10X() method
71 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_12X() method
90 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_11N() method
108 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_11X() method
124 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_10T() method
142 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_20T() method
160 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_20BC() method
179 @Override public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_22X() method
199 @Override 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/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
/dalvik/dx/src/com/android/dx/dex/file/
DEncodedMember.java83 public abstract int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedMember
DEncodedField.java132 public int encode(DexFile file, AnnotatedOutput out, in encode() method in EncodedField
DEncodedMethod.java158 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