Home
last modified time | relevance | path

Searched refs:GetStringId (Results 1 – 15 of 15) sorted by relevance

/art/libdexfile/dex/
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()
Dstring_reference.h42 return dex_file->GetStringData(dex_file->GetStringId(StringIndex())); in GetStringData()
Dtest_dex_file_builder_test.cc52 dex_file->GetStringData(dex_file->GetStringId(dex::StringIndex(i)))) << i; in TEST()
Dtype_lookup_table.cc48 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create()
63 const dex::StringId& str_id = dex_file.GetStringId(type_id.descriptor_idx_); in Create()
Ddex_file-inl.h69 return GetStringDataAndUtf16Length(GetStringId(string_idx), utf16_length); in GetStringDataAndUtf16Length()
87 return GetStringData(GetStringId(string_idx)); in GetStringData()
99 return GetStringView(GetStringId(string_idx)); in GetStringView()
Dart_dex_file_loader_test.cc316 const dex::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
331 const dex::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
Ddex_file_tracking_registrar.cc221 const dex::StringId & string_id = dex_file_->GetStringId(StringIndex(stringid_ctr)); in SetAllStringDataStartRegistration()
Ddex_file_verifier_test.cc242 const dex::StringId& string_id = dex_file->GetStringId(name_index); in FindMethodData()
835 const dex::StringId& string_id = dex_file->GetStringId(name_index); in FindFieldData()
Ddex_file.cc452 const StringId& str_id = GetStringId(dex::StringIndex(mid)); in FindStringId()
Ddex_file.h332 const dex::StringId& GetStringId(dex::StringIndex idx) const { in GetStringId() function
Ddex_file_verifier.cc1277 dex_file_->GetStringData(dex_file_->GetStringId(type_id.descriptor_idx_)); in CheckStaticFieldTypes()
/art/runtime/
Dart_method.cc309 *other_type_id, other_dexfile.GetStringId(name_and_sig_mid.name_idx_), in FindDexMethodIndexInOtherDexFile()
/art/compiler/optimizing/
Dconstant_folding.cc598 const dex::StringId& string_id = dex_file.GetStringId(load_string->GetStringIndex()); in VisitArrayLength()
/art/runtime/dex/
Ddex_file_annotations.cc278 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in SearchEncodedAnnotation()
2013 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index))); in VisitClassAnnotations()
/art/profman/
Dprofile_assistant_test.cc1571 dex_file->GetStringId(super_method_id.name_idx_), in TEST_F()