Searched refs:byteData (Results 1 – 4 of 4) sorted by relevance
87 private final MixedItemSection byteData; field in DexFile114 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE); in DexFile()129 classDefs, wordData, typeLists, stringData, byteData, in DexFile()387 return byteData; in getByteData()487 byteData.prepare(); in toDex0()
116 MixedItemSection byteData = file.getByteData(); in addContents() local120 items[i] = byteData.intern(items[i]); in addContents()
118 MixedItemSection byteData = file.getByteData(); in addContents() local123 byteData.add(debugInfo); in addContents()
132 MixedItemSection byteData = file.getByteData(); in addContents() local146 byteData.intern(new EncodedArrayItem(staticValues)); in addContents()