Home
last modified time | relevance | path

Searched refs:GetStringData (Results 1 – 13 of 13) sorted by relevance

/art/libdexfile/dex/
Dstring_reference.h41 const char* GetStringData() const { in GetStringData() function
42 return dex_file->GetStringData(dex_file->GetStringId(StringIndex())); in GetStringData()
58 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
59 sr2.GetStringData()) < 0); in operator()
63 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(), in operator()
64 sr2.GetStringData()) < 0; in operator()
Dstring_reference_test.cc38 ASSERT_STREQ("String1", dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(0)))); in TEST()
45 ASSERT_STREQ("String2", dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(0)))); in TEST()
85 dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(index)))); in TEST()
96 dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(index)))); in TEST()
Dtest_dex_file_builder_test.cc52 dex_file->GetStringData(dex_file->GetStringId(dex::StringIndex(i)))) << i; in TEST()
Ddex_file.cc319 const char* str = GetStringData(str_id); in FindStringId()
339 const char* str = GetStringData(str_id); in FindTypeId()
358 const char* str = GetStringData(str_id); in FindStringId()
Ddex_file_tracking_registrar.cc250 …const void* string_data_data_begin = reinterpret_cast<const void*>(dex_file_->GetStringData(string… in SetAllStringDataStartRegistration()
Ddex_file-inl.h43 inline const char* DexFile::GetStringData(const StringId& string_id) const { in GetStringData() function
Ddex_file_verifier_test.cc247 const char* str = dex_file->GetStringData(string_id); in FindMethodData()
852 const char* str = dex_file->GetStringData(string_id); in FindFieldData()
Ddex_file_verifier.cc1029 dex_file_->GetStringData(dex_file_->GetStringId(type_id.descriptor_idx_)); in CheckStaticFieldTypes()
2038 const char* prev_str = dex_file_->GetStringData(*prev_item); in CheckInterStringIdItem()
2039 const char* str = dex_file_->GetStringData(*item); in CheckInterStringIdItem()
Ddex_file.h495 const char* GetStringData(const StringId& string_id) const;
/art/runtime/
Dtype_lookup_table.cc84 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable()
98 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in TypeLookupTable()
/art/runtime/dex/
Dart_dex_file_loader_test.cc228 const char* dex_str = raw->GetStringData(*str_id); in TEST_F()
272 << java_lang_dex_file_->GetStringData(name) in TEST_F()
288 << java_lang_dex_file_->GetStringData(name); in TEST_F()
Ddex_file_annotations.cc255 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in SearchEncodedAnnotation()
/art/dexlayout/
Ddex_ir.cc321 StringData* string_data = new StringData(dex_file.GetStringData(disk_string_id)); in CreateStringId()