/dalvik/dx/src/com/android/dx/cf/direct/ |
D | AttributeFactory.java | 82 ByteArray bytes = cf.getBytes(); in parse() 124 ByteArray bytes = cf.getBytes(); in parse0()
|
D | AttributeListParser.java | 70 int size = cf.getBytes().getUnsignedShort(offset); in AttributeListParser() 126 ByteArray bytes = cf.getBytes(); in parse()
|
D | StdAttributeFactory.java | 216 ByteArray bytes = cf.getBytes(); in code() 246 code.forEach(new CodeObserver(code.getBytes(), observer)); in code() 320 ByteArray bytes = cf.getBytes(); in constantValue() 354 ByteArray bytes = cf.getBytes(); in enclosingMethod() 383 ByteArray bytes = cf.getBytes(); in exceptions() 411 ByteArray bytes = cf.getBytes(); in innerClasses() 468 ByteArray bytes = cf.getBytes(); in lineNumberTable() 509 ByteArray bytes = cf.getBytes(); in localVariableTable() 532 ByteArray bytes = cf.getBytes(); in localVariableTypeTable() 681 ByteArray bytes = cf.getBytes(); in signature() [all …]
|
D | MemberListParser.java | 118 ByteArray bytes = cf.getBytes(); in getCount() 177 ByteArray bytes = cf.getBytes(); in parse()
|
D | AnnotationParser.java | 89 this.bytes = cf.getBytes().slice(offset, offset + length); in AnnotationParser()
|
D | DirectClassFile.java | 245 public ByteArray getBytes() { in getBytes() method in DirectClassFile
|
/dalvik/dx/src/com/android/dx/command/dump/ |
D | ClassDumper.java | 59 byte[] bytes = getBytes(); in dump()
|
D | BaseDumper.java | 125 offset = bytes.underlyingOffset(offset, getBytes()); in parsed() 180 protected final byte[] getBytes() { in getBytes() method in BaseDumper
|
D | BlockDumper.java | 106 byte[] bytes = getBytes(); in dump() 211 ByteArray bytes = code.getBytes(); in regularDump() 287 ByteArray bytes = code.getBytes(); in ropDump()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | StringDataItem.java | 72 ByteArray bytes = value.getBytes(); in writeTo0()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | StringDataItem.java | 72 ByteArray bytes = value.getBytes(); in writeTo0()
|
/dalvik/dx/src/com/android/dx/util/ |
D | ByteArray.java | 206 public void getBytes(byte[] out, int offset) { in getBytes() method in ByteArray
|
D | ByteArrayAnnotatedOutput.java | 271 bytes.getBytes(data, writeAt); in write()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | ByteArray.java | 206 public void getBytes(byte[] out, int offset) { in getBytes() method in ByteArray
|
D | ByteArrayAnnotatedOutput.java | 275 bytes.getBytes(data, writeAt); in write()
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstUtf8.java | 346 public ByteArray getBytes() { in getBytes() method in CstUtf8
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstString.java | 346 public ByteArray getBytes() { in getBytes() method in CstString
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BytecodeArray.java | 76 public ByteArray getBytes() { in getBytes() method in BytecodeArray
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
D | Main.java | 455 outArray = ab.getBytes(); in mergeLibraryDexBuffers()
|