HomeSort by relevance Sort by last modified time
    Searched defs:byteData (Results 1 - 25 of 41) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 116 MixedItemSection byteData = file.getByteData();
120 items[i] = byteData.intern(items[i]);
ClassDefItem.java 132 MixedItemSection byteData = file.getByteData();
146 byteData.intern(new EncodedArrayItem(staticValues));
CodeItem.java 117 MixedItemSection byteData = file.getByteData();
122 byteData.add(debugInfo);
DexFile.java 86 private final MixedItemSection byteData;
113 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
128 classDefs, wordData, typeLists, stringData, byteData,
386 return byteData;
486 byteData.prepare();
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 117 MixedItemSection byteData = file.getByteData();
121 items[i] = byteData.intern(items[i]);
ClassDefItem.java 130 MixedItemSection byteData = file.getByteData();
144 byteData.intern(new EncodedArrayItem(staticValues));
CodeItem.java 108 MixedItemSection byteData = file.getByteData();
113 byteData.add(debugInfo);
DexFile.java 89 private final MixedItemSection byteData;
118 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
133 classDefs, wordData, typeLists, stringData, byteData,
405 return byteData;
503 byteData.prepare();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 116 MixedItemSection byteData = file.getByteData();
120 items[i] = byteData.intern(items[i]);
ClassDefItem.java 130 MixedItemSection byteData = file.getByteData();
144 byteData.intern(new EncodedArrayItem(staticValues));
CodeItem.java 117 MixedItemSection byteData = file.getByteData();
122 byteData.add(debugInfo);
DexFile.java 91 private final MixedItemSection byteData;
120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
135 classDefs, wordData, typeLists, stringData, byteData,
407 return byteData;
505 byteData.prepare();
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 35 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
36 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))];
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 36 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
37 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))];
    [all...]