Searched refs:byteData (Results 1 – 4 of 4) sorted by relevance
91 private final MixedItemSection byteData; field in DexFile120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE); in DexFile()135 classDefs, wordData, typeLists, stringData, byteData, in DexFile()407 return byteData; in getByteData()505 byteData.prepare(); in toDex0()
116 MixedItemSection byteData = file.getByteData(); in addContents() local120 items[i] = byteData.intern(items[i]); in addContents()
117 MixedItemSection byteData = file.getByteData(); in addContents() local122 byteData.add(debugInfo); in addContents()
130 MixedItemSection byteData = file.getByteData(); in addContents() local144 byteData.intern(new EncodedArrayItem(staticValues)); in addContents()