Home
last modified time | relevance | path

Searched refs:FindFieldId (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc278 TEST_F(ArtDexFileLoaderTest, FindFieldId) { in TEST_F() argument
284 const dex::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F()
Ddex_file.cc240 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() function in art::DexFile
Ddex_file.h329 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
/art/runtime/mirror/
Dobject_test.cc418 const dex::FieldId* field_id = dex_file->FindFieldId( in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc2603 dex_file_->FindFieldId(*new_declaring_id, *new_name_id, *new_type_id); in UpdateFields()