Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A 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()
H A Ddex_file.cc247 const FieldId* DexFile::FindFieldId(const TypeId& declaring_klass, in FindFieldId() function in art::DexFile
H A Ddex_file.h333 const dex::FieldId* FindFieldId(const dex::TypeId& declaring_klass,
/aosp12/art/runtime/
H A Dsdk_checker.cc118 const dex::FieldId* field_id = dex_file->FindFieldId(*declaring_type_id, *name_id, *type_id); in ShouldDenyAccess()
/aosp12/art/runtime/mirror/
H A Dobject_test.cc418 const dex::FieldId* field_id = dex_file->FindFieldId( in TEST_F()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2607 dex_file_->FindFieldId(*new_declaring_id, *new_name_id, *new_type_id); in UpdateFields()