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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DEncodedMember.java79 * {@code 0} if this is the first element to encode
84 public abstract int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMember
H A DCatchStructs.java56 * {@link #encode}
68 * {@link #encode}
119 public void encode(DexFile file) { method in class:CatchStructs
H A DDebugInfoItem.java76 encoded = encode(addedTo.getFile(), null, null, null, false);
101 encode(file, prefix, null, out, false);
111 encode(null, prefix, out, null, false);
120 * but write the bits from the original encode
124 encode(file, null, null, out, true);
142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem
162 * Helper for {@link #encode} to do most of the work.
H A DEncodedField.java133 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedField
H A DEncodedMethod.java159 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMethod
/dalvik/dx/src/com/android/dx/dex/file/
H A DEncodedMember.java78 * {@code 0} if this is the first element to encode
83 public abstract int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMember
H A DCatchStructs.java53 * {@link #encode}
65 * {@link #encode}
116 public void encode(DexFile file) { method in class:CatchStructs
H A DDebugInfoItem.java73 encoded = encode(addedTo.getFile(), null, null, null, false);
98 encode(file, prefix, null, out, false);
108 encode(null, prefix, out, null, false);
117 * but write the bits from the original encode
121 encode(file, null, null, out, true);
139 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem
159 * Helper for {@link #encode} to do most of the work.
H A DEncodedField.java132 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedField
H A DEncodedMethod.java158 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMethod
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_base.cpp293 char * EncoderBase::encode(char * stream, Mnemonic mn, const Operands& opnds) function in class:EncoderBase
482 // must have to use SIB to encode 'DS: based'
555 // encode at least fake disp32 to avoid having [base=ebp]
/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java469 public final void encode(CodeOutput out) { method in class:DecodedInstruction
470 format.encode(this, out);
H A DInstructionCodec.java28 * and encode from instances of {@link DecodedInstruction}.
39 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
54 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
71 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
90 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
108 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
124 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
142 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
160 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
179 @Override public void encode(DecodedInstructio
762 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec
[all...]

Completed in 467 milliseconds