Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java227 ByteArray bytes = cf.getBytes(); in bootstrapMethods()
252 ByteArray bytes = cf.getBytes(); in code()
282 code.forEach(new CodeObserver(code.getBytes(), observer)); in code()
356 ByteArray bytes = cf.getBytes(); in constantValue()
390 ByteArray bytes = cf.getBytes(); in enclosingMethod()
419 ByteArray bytes = cf.getBytes(); in exceptions()
447 ByteArray bytes = cf.getBytes(); in innerClasses()
504 ByteArray bytes = cf.getBytes(); in lineNumberTable()
545 ByteArray bytes = cf.getBytes(); in localVariableTable()
568 ByteArray bytes = cf.getBytes(); in localVariableTypeTable()
[all …]
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()
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.java249 public ByteArray getBytes() { in getBytes() method in DirectClassFile
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java545 "dex\n035\0".getBytes(StandardCharsets.US_ASCII);
553 "dex\n037\0".getBytes(StandardCharsets.US_ASCII);
557 "dex\n038\0".getBytes(StandardCharsets.US_ASCII);
561 "dex\n039\0".getBytes(StandardCharsets.US_ASCII);
/dalvik/dx/src/com/android/dex/
DEncodedValue.java36 public byte[] getBytes() { in getBytes() method in EncodedValue
DTableOfContents.java175 out.write(DexFormat.apiToMagic(api).getBytes("UTF-8")); in writeHeader()
DDex.java208 public byte[] getBytes() { in getBytes() method in Dex
/dalvik/dx/src/com/android/dx/command/dump/
DClassDumper.java59 byte[] bytes = getBytes(); in dump()
DBlockDumper.java106 byte[] bytes = getBytes(); in dump()
208 ByteArray bytes = code.getBytes(); in regularDump()
281 ByteArray bytes = code.getBytes(); in ropDump()
DBaseDumper.java170 protected final byte[] getBytes() { in getBytes() method in BaseDumper
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DStringDataItem.java72 ByteArray bytes = value.getBytes(); in writeTo0()
/dalvik/dx/src/com/android/dx/dex/file/
DStringDataItem.java72 ByteArray bytes = value.getBytes(); in writeTo0()
/dalvik/dx/src/com/android/dx/util/
DByteArray.java203 public void getBytes(byte[] out, int offset) { in getBytes() method in ByteArray
DByteArrayAnnotatedOutput.java281 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.java347 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.java504 return merged.getBytes(); in mergeLibraryDexBuffers()