HomeSort by relevance Sort by last modified time
    Searched refs:StringIndex (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /art/runtime/
dex_file_types.h 26 class StringIndex {
30 constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {}
31 explicit constexpr StringIndex(uint32_t idx) : index_(idx) {}
36 static StringIndex Invalid() {
37 return StringIndex(std::numeric_limits<decltype(index_)>::max());
40 bool operator==(const StringIndex& other) const {
43 bool operator!=(const StringIndex& other) const {
46 bool operator<(const StringIndex& other) const {
49 bool operator<=(const StringIndex& other) const {
52 bool operator>(const StringIndex& other) const
    [all...]
string_reference.h 31 StringReference(const DexFile* file, dex::StringIndex index)
39 dex::StringIndex string_index;
art_field.cc 53 dex::StringIndex string_idx,
dex_file-inl.h 46 inline const char* DexFile::StringDataAndUtf16LengthByIdx(dex::StringIndex idx,
56 inline const char* DexFile::StringDataByIdx(dex::StringIndex idx) const {
139 static inline bool DexFileStringEquals(const DexFile* df1, dex::StringIndex sidx1,
140 const DexFile* df2, dex::StringIndex sidx2) {
transaction.h 114 void RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx)
238 ResolveStringLog(ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx);
246 const dex::StringIndex string_idx_;
dex_file.h 156 dex::StringIndex descriptor_idx_; // index into string_ids
166 dex::StringIndex name_idx_; // index into string_ids_ array for field name
174 dex::StringIndex shorty_idx_; // index into string_ids array for shorty descriptor
187 dex::StringIndex name_idx_; // index into string_ids_ array for method name
201 dex::StringIndex source_file_idx_; // index into string_ids_ for source file name
547 const StringId& GetStringId(dex::StringIndex idx) const {
552 dex::StringIndex GetIndexForStringId(const StringId& string_id) const {
555 return dex::StringIndex(&string_id - string_ids_);
568 const char* StringDataAndUtf16LengthByIdx(dex::StringIndex idx, uint32_t* utf16_length) const;
570 const char* StringDataByIdx(dex::StringIndex idx) const
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
ComponentName.c 252 UINTN StringIndex;
259 for (StringIndex = 0; StringIndex < 41; StringIndex++) {
260 ModelName[StringIndex] = IdeBlkIoDevicePtr->ModelName[StringIndex];
  /art/compiler/utils/
string_reference_test.cc 38 ASSERT_STREQ("String1", dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(0))));
39 StringReference sr1(dex_file1.get(), dex::StringIndex(0));
45 ASSERT_STREQ("String2", dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(0))));
46 StringReference sr2(dex_file2.get(), dex::StringIndex(0));
85 dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(index))));
96 dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(index))));
102 StringReference sr1(dex_file1.get(), dex::StringIndex(index1));
103 StringReference sr2(dex_file2.get(), dex::StringIndex(index2));
test_dex_file_builder_test.cc 53 dex_file->GetStringData(dex_file->GetStringId(dex::StringIndex(i)))) << i;
  /art/runtime/verifier/
verifier_deps.h 143 using FieldResolutionBase = std::tuple<uint32_t, uint16_t, dex::StringIndex>;
147 FieldResolution(uint32_t field_idx, uint16_t access_flags, dex::StringIndex declaring_class_idx)
153 dex::StringIndex GetDeclaringClassIndex() const { return std::get<2>(*this); }
156 using MethodResolutionBase = std::tuple<uint32_t, uint16_t, dex::StringIndex>;
162 dex::StringIndex declaring_class_idx)
168 dex::StringIndex GetDeclaringClassIndex() const { return std::get<2>(*this); }
171 using TypeAssignabilityBase = std::tuple<dex::StringIndex, dex::StringIndex>;
175 TypeAssignability(dex::StringIndex destination_idx, dex::StringIndex source_idx
    [all...]
verifier_deps.cc 92 dex::StringIndex VerifierDeps::GetClassDescriptorStringId(const DexFile& dex_file,
116 static dex::StringIndex TryGetClassDescriptorStringId(const DexFile& dex_file,
129 return dex::StringIndex::Invalid();
132 dex::StringIndex VerifierDeps::GetMethodDeclaringClassStringId(const DexFile& dex_file,
137 return dex::StringIndex(VerifierDeps::kUnresolvedMarker);
139 const dex::StringIndex string_id = TryGetClassDescriptorStringId(
151 dex::StringIndex VerifierDeps::GetFieldDeclaringClassStringId(const DexFile& dex_file,
156 return dex::StringIndex(VerifierDeps::kUnresolvedMarker);
158 const dex::StringIndex string_id = TryGetClassDescriptorStringId(
202 dex::StringIndex VerifierDeps::GetIdFromString(const DexFile& dex_file, const std::string& str)
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
SmbiosLib.c 176 UINTN StringIndex;
187 StringIndex = StringNumber;
188 return gSmbios->UpdateString (gSmbios, &SmbiosHandle, &StringIndex, String);
216 UINTN StringIndex;
234 StringIndex = StringNumber;
235 Status = gSmbios->UpdateString (gSmbios, &SmbiosHandle, &StringIndex, Ascii);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 387 UINT32 StringIndex;
484 for (StringIndex = 0; StringIndex < mDBData.NumStringIdentifiersReferenced; StringIndex++) {
489 if (StringIndex == STRING_ID_LANGUAGE_NAME) {
495 StringIdentifier = StringDBFindStringIdentifierByIndex (StringIndex);
497 Error (NULL, 0, 0, "internal error", "invalid string index 0x%X", StringIndex);
558 StringIndex = 0;
560 for (StringIndex = 0; StringIndex < mDBData.NumStringIdentifiersReferenced; StringIndex++) {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFSection.cpp 229 for (auto &StringIndex : StringToIndexMap) {
230 assert(StringIndex.second == UnknownIndex);
231 llvm::StringRef Cur = llvm::StringRef(StringIndex.first);
235 StringIndex.second = StringData.size() - Cur.size() - 1;
238 StringIndex.second = StringData.size();
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 73 void handleStabSymbolTableEntry(uint32_t StringIndex, uint8_t Type,
86 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, uint32_t StringIndex,
208 uint32_t StringIndex, uint8_t Type,
214 << format_hex_no_prefix(StringIndex, 8) << ' '
259 const char *Name = &MainBinaryStrings.data()[StringIndex];
338 void MachODebugMapParser::handleStabSymbolTableEntry(uint32_t StringIndex,
346 const char *Name = &MainBinaryStrings.data()[StringIndex];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.h 149 @param StringIndex The index of the string to retrieve.
158 IN UINT8 StringIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
PcdDataBaseSignatureGuid.h 70 UINT32 StringIndex; // Offset in String Table in units of UINT8.
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 201 unsigned Index, uint32_t StringIndex,
205 outs() << " (('n_strx', " << StringIndex << ")\n";
210 outs() << " ('_string', '" << Obj.getStringAtIndex(StringIndex) << "')\n";
246 DumpSymbolTableEntryData(Obj, i, STE->StringIndex, STE->Type,
256 DumpSymbolTableEntryData(Obj, i, STE->StringIndex, STE->Type,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 150 UINT16 StringIndex;
271 StringIndex = (UINT16) Index;
272 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 116 mirror::String* result = ResolveStringFromCode(caller, dex::StringIndex(string_idx));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidsdi.h 56 BOOLEAN NTAPI HidD_GetIndexedString (HANDLE HidDeviceObject, ULONG StringIndex, PVOID Buffer, ULONG BufferLength);
  /external/llvm/include/llvm/Object/
Archive.h 149 uint32_t StringIndex; // Extra index to the string.
159 , StringIndex(stri) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 268 uint32_t StringIndex;
275 uint32_t StringIndex;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 171 uint32_t StringIndex; // Extra index to the string.
181 , StringIndex(stri) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 171 uint32_t StringIndex; // Extra index to the string.
181 , StringIndex(stri) {}

Completed in 762 milliseconds

1 2 3 4 5