Home
last modified time | relevance | path

Searched refs:FindStringId (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dsdk_checker.cc61 const dex::StringId* name_id = dex_file->FindStringId(art_method->GetName()); in ShouldDenyAccess()
109 const dex::StringId* name_id = dex_file->FindStringId(art_field->GetName()); in ShouldDenyAccess()
Dtransaction_test.cc506 const dex::StringId* string_id = dex_file->FindStringId(kResolvedString); in TEST_F()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc227 TEST_F(ArtDexFileLoaderTest, FindStringId) { in TEST_F() argument
236 const dex::StringId* str_id = raw->FindStringId(str); in TEST_F()
245 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
Ddex_file.cc327 const StringId* DexFile::FindStringId(const char* string) const { in FindStringId() function in art::DexFile
Ddex_file.h272 const dex::StringId* FindStringId(const char* string) const;
/art/runtime/verifier/
Dverifier_deps.cc141 const dex::StringId* string_id = dex_file.FindStringId(str.c_str()); in GetIdFromString()
/art/runtime/mirror/
Dobject_test.cc415 const dex::StringId* name_str_id = dex_file->FindStringId("s0"); in TEST_F()
/art/profman/
Dprofman.cc1087 const dex::StringId* name_id = dex_file->FindStringId(std::string(name).c_str()); in FindMethodIndex()
/art/openjdkjvmti/
Dti_redefine.cc2565 const art::dex::StringId* new_name_id = dex_file_->FindStringId(method.GetName()); in UpdateMethods()
2603 const art::dex::StringId* new_name_id = dex_file_->FindStringId(field.GetName()); in UpdateFields()