Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoItem.java76 encoded = encode(addedTo.getFile(), null, null, null, false); in place0()
101 encode(file, prefix, null, out, false); in annotateTo()
111 encode(null, prefix, out, null, false); in debugPrint()
124 encode(file, null, null, out, true); in writeTo0()
142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, in encode() method in DebugInfoItem
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
DCatchStructs.java119 public void encode(DexFile file) { in encode() method in CatchStructs
DCodeItem.java211 catches.encode(file); in place0()
DClassDataItem.java409 lastIndex = list.get(i).encode(file, out, lastIndex, i); in encodeList()