Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder_test.cc52 EXPECT_STREQ(expected_strings[i], dex_file->GetStringData(dex_file->GetStringId(i))) << i; in TEST()
/art/runtime/
Ddex_file_test.cc326 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
341 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
Ddex_file.h475 const StringId& GetStringId(uint32_t idx) const { in GetStringId() function
504 const StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx()
Dart_method.cc170 *other_type_id, other_dexfile.GetStringId(name_and_sig_mid.name_idx_), in FindDexMethodIndexInOtherDexFile()
Ddex_file.cc609 const DexFile::StringId& str_id = GetStringId(mid); in FindStringId()
628 const DexFile::StringId& str_id = GetStringId(mid); in FindStringId()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc796 dex_file->GetStringId(name_index), in FindMethodIndex()