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

/dalvik/dx/src/com/android/dx/util/
H A DMutf8.java88 public static void encode(byte[] dst, int offset, String s) { method in class:Mutf8
108 public static byte[] encode(String s) throws UTFDataFormatException { method in class:Mutf8
111 encode(result, 0, s);
/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.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.java54 * {@link #encode}
66 * {@link #encode}
117 public void encode(DexFile file) { method in class:CatchStructs
H A DDebugInfoItem.java74 encoded = encode(addedTo.getFile(), null, null, null, false);
99 encode(file, prefix, null, out, false);
109 encode(null, prefix, out, null, false);
118 * but write the bits from the original encode
122 encode(file, null, null, out, true);
140 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem
160 * 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/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.java29 * and encode from instances of {@link DecodedInstruction}.
40 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
55 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
72 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
91 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
109 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
125 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
143 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
161 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
180 @Override public void encode(DecodedInstructio
763 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec
[all...]

Completed in 2565 milliseconds