Searched refs:FindStringId (Results 1 – 8 of 8) sorted by relevance
218 TEST_F(ArtDexFileLoaderTest, FindStringId) { in TEST_F() argument227 const dex::StringId* str_id = raw->FindStringId(str); in TEST_F()236 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
310 const StringId* DexFile::FindStringId(const char* string) const { in FindStringId() function in art::DexFile
271 const dex::StringId* FindStringId(const char* string) const;
506 const dex::StringId* string_id = dex_file->FindStringId(kResolvedString); in TEST_F()
415 const dex::StringId* name_str_id = dex_file->FindStringId("s0"); in TEST_F()
965 const dex::StringId* name_id = dex_file->FindStringId(name.c_str()); in FindMethodIndex()
217 const dex::StringId* string_id = dex_file.FindStringId(str.c_str()); in GetIdFromString()
2564 const art::dex::StringId* new_name_id = dex_file_->FindStringId(method.GetName()); in UpdateMethods()2599 const art::dex::StringId* new_name_id = dex_file_->FindStringId(field.GetName()); in UpdateFields()