Home
last modified time | relevance | path

Searched refs:getBytes (Results 1 – 19 of 19) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
DAttributeFactory.java82 ByteArray bytes = cf.getBytes(); in parse()
124 ByteArray bytes = cf.getBytes(); in parse0()
DAttributeListParser.java70 int size = cf.getBytes().getUnsignedShort(offset); in AttributeListParser()
126 ByteArray bytes = cf.getBytes(); in parse()
DStdAttributeFactory.java216 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 …]
DMemberListParser.java118 ByteArray bytes = cf.getBytes(); in getCount()
177 ByteArray bytes = cf.getBytes(); in parse()
DAnnotationParser.java89 this.bytes = cf.getBytes().slice(offset, offset + length); in AnnotationParser()
DDirectClassFile.java245 public ByteArray getBytes() { in getBytes() method in DirectClassFile
/dalvik/dx/src/com/android/dx/command/dump/
DClassDumper.java59 byte[] bytes = getBytes(); in dump()
DBaseDumper.java125 offset = bytes.underlyingOffset(offset, getBytes()); in parsed()
180 protected final byte[] getBytes() { in getBytes() method in BaseDumper
DBlockDumper.java106 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/
DStringDataItem.java72 ByteArray bytes = value.getBytes(); in writeTo0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DStringDataItem.java72 ByteArray bytes = value.getBytes(); in writeTo0()
/dalvik/dx/src/com/android/dx/util/
DByteArray.java206 public void getBytes(byte[] out, int offset) { in getBytes() method in ByteArray
DByteArrayAnnotatedOutput.java271 bytes.getBytes(data, writeAt); in write()
/dalvik/dexgen/src/com/android/dexgen/util/
DByteArray.java206 public void getBytes(byte[] out, int offset) { in getBytes() method in ByteArray
DByteArrayAnnotatedOutput.java275 bytes.getBytes(data, writeAt); in write()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstUtf8.java346 public ByteArray getBytes() { in getBytes() method in CstUtf8
/dalvik/dx/src/com/android/dx/rop/cst/
DCstString.java346 public ByteArray getBytes() { in getBytes() method in CstString
/dalvik/dx/src/com/android/dx/cf/code/
DBytecodeArray.java76 public ByteArray getBytes() { in getBytes() method in BytecodeArray
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java455 outArray = ab.getBytes(); in mergeLibraryDexBuffers()