Searched refs:FindFieldId (Results 1 – 4 of 4) sorted by relevance
333 TEST_F(DexFileTest, FindFieldId) { in TEST_F() argument339 const DexFile::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F()
557 const FieldId* FindFieldId(const DexFile::TypeId& declaring_klass,
475 const DexFile::FieldId* DexFile::FindFieldId(const DexFile::TypeId& declaring_klass, in FindFieldId() function in art::DexFile
343 const DexFile::FieldId* field_id = dex_file->FindFieldId( in TEST_F()