Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc126 *other_type_id, other_dexfile.GetStringId(name_and_sig_mid.name_idx_), in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc322 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
337 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
Ddex_file.h455 const StringId& GetStringId(uint32_t idx) const { in GetStringId() function
484 const StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx()
Ddex_file.cc550 const DexFile::StringId& str_id = GetStringId(mid); in FindStringId()
569 const DexFile::StringId& str_id = GetStringId(mid); in FindStringId()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc668 dex_file->GetStringId(name_index), in FindMethodIndex()