Searched refs:FindFieldId (Results 1 – 5 of 5) sorted by relevance
278 TEST_F(ArtDexFileLoaderTest, FindFieldId) { in TEST_F() argument284 const dex::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F()
240 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() function in art::DexFile
329 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
418 const dex::FieldId* field_id = dex_file->FindFieldId( in TEST_F()
2603 dex_file_->FindFieldId(*new_declaring_id, *new_name_id, *new_type_id); in UpdateFields()