Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc245 const dex::StringIndex name_idx = GetIndexForStringId(name); in FindFieldId()
280 const dex::StringIndex name_idx = GetIndexForStringId(name); in FindMethodId()
Dart_dex_file_loader_test.cc238 dex::StringIndex type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id); in TEST_F()
Ddex_file.h248 dex::StringIndex GetIndexForStringId(const dex::StringId& string_id) const { in GetIndexForStringId() function
/art/runtime/
Dtransaction_test.cc508 dex::StringIndex string_idx = dex_file->GetIndexForStringId(*string_id); in TEST_F()
/art/runtime/verifier/
Dverifier_deps.cc220 return dex_file.GetIndexForStringId(*string_id); in GetIdFromString()