Searched refs:FindFieldId (Results 1 – 4 of 4) sorted by relevance
338 TEST_F(DexFileTest, FindFieldId) { in TEST_F() argument344 const DexFile::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F()
611 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
550 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId() function in art::DexFile
376 const DexFile::FieldId* field_id = dex_file->FindFieldId( in TEST_F()