HomeSort by relevance Sort by last modified time
    Searched refs:StringsOffset (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 33 uint32_t StringsOffset; // Offset to start of string pool.
38 // Strings follow the buckets, at StringsOffset.
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 36 uint32_t StringsOffset = Stream.getOffset();
37 Stream.setOffset(StringsOffset + NumberOfBytes);
130 uint32_t StringOffset = StringsOffset + NameOffset;
  /art/runtime/utils/
dex_cache_arrays_layout.h 84 size_t StringsOffset() const {
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 35 Header.StringsOffset = sizeof(Header) + sizeof(Buckets);
43 Header.StringsOffset = getSwappedBytes(Header.StringsOffset);
  /art/runtime/mirror/
dex_cache.cc 65 reinterpret_cast<StringDexCacheType*>(raw_arrays + layout.StringsOffset());
116 DCHECK_ALIGNED(layout.StringsOffset(), alignof(StringDexCacheType)) <<
117 "Expected StringsOffset() to align to StringDexCacheType.";
dex_cache.h 224 static MemberOffset StringsOffset() {
325 return GetFieldPtr64<StringDexCacheType*>(StringsOffset());
329 SetFieldPtr<false>(StringsOffset(), strings);
  /external/clang/lib/Lex/
HeaderMap.cpp 150 StrTabIdx += getEndianAdjustedWord(getHeader().StringsOffset);
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 432 unsigned StringsOffset = Record[1];
435 StringRef Lengths = Blob.slice(0, StringsOffset);
441 R.setArtificialByteLimit(R.getCurrentByteNo() + StringsOffset);
443 StringRef Strings = Blob.drop_front(StringsOffset);
    [all...]
  /art/patchoat/
patchoat.cc 524 mirror::DexCache::StringsOffset(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /art/compiler/
image_writer.cc 474 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache);
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 1299 milliseconds