Home
last modified time | relevance | path

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

/art/runtime/
Dsdk_checker.cc61 const dex::StringId* name_id = dex_file->FindStringId(art_method->GetName()); in ShouldDenyAccess() local
62 if (name_id == nullptr) { in ShouldDenyAccess()
80 dex_file->FindMethodId(*declaring_type_id, *name_id, *proto_id); in ShouldDenyAccess()
109 const dex::StringId* name_id = dex_file->FindStringId(art_field->GetName()); in ShouldDenyAccess() local
110 if (name_id == nullptr) { in ShouldDenyAccess()
118 const dex::FieldId* field_id = dex_file->FindFieldId(*declaring_type_id, *name_id, *type_id); in ShouldDenyAccess()
/art/profman/
Dprofman.cc1087 const dex::StringId* name_id = dex_file->FindStringId(std::string(name).c_str()); in FindMethodIndex() local
1088 if (name_id == nullptr) { in FindMethodIndex()
1104 dex_file->GetTypeId(class_ref.TypeIndex()), *name_id, *proto_id); in FindMethodIndex()