Searched refs:FindFieldId (Results 1 – 6 of 6) sorted by relevance
118 const dex::FieldId* field_id = dex_file->FindFieldId(*declaring_type_id, *name_id, *type_id); in ShouldDenyAccess()
287 TEST_F(ArtDexFileLoaderTest, FindFieldId) { in TEST_F() argument293 const dex::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F()
247 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() function in art::DexFile
333 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
418 const dex::FieldId* field_id = dex_file->FindFieldId( in TEST_F()
2607 dex_file_->FindFieldId(*new_declaring_id, *new_name_id, *new_type_id); in UpdateFields()