Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dsdk_checker.cc56 const dex::TypeId* declaring_type_id = in ShouldDenyAccess() local
58 if (declaring_type_id == nullptr) { in ShouldDenyAccess()
80 dex_file->FindMethodId(*declaring_type_id, *name_id, *proto_id); in ShouldDenyAccess()
104 const dex::TypeId* declaring_type_id = dex_file->FindTypeId( in ShouldDenyAccess() local
106 if (declaring_type_id == nullptr) { in ShouldDenyAccess()
118 const dex::FieldId* field_id = dex_file->FindFieldId(*declaring_type_id, *name_id, *type_id); in ShouldDenyAccess()