Home
last modified time | relevance | path

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

/art/runtime/
Dsdk_checker.cc118 const dex::FieldId* field_id = dex_file->FindFieldId(*declaring_type_id, *name_id, *type_id); in ShouldDenyAccess()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc287 TEST_F(ArtDexFileLoaderTest, FindFieldId) { in TEST_F() argument
293 const dex::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F()
Ddex_file.cc247 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() function in art::DexFile
Ddex_file.h333 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.cc2607 dex_file_->FindFieldId(*new_declaring_id, *new_name_id, *new_type_id); in UpdateFields()