Searched refs:name_id (Results 1 – 2 of 2) sorted by relevance
61 const dex::StringId* name_id = dex_file->FindStringId(art_method->GetName()); in ShouldDenyAccess() local62 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() local110 if (name_id == nullptr) { in ShouldDenyAccess()118 const dex::FieldId* field_id = dex_file->FindFieldId(*declaring_type_id, *name_id, *type_id); in ShouldDenyAccess()
1087 const dex::StringId* name_id = dex_file->FindStringId(std::string(name).c_str()); in FindMethodIndex() local1088 if (name_id == nullptr) { in FindMethodIndex()1104 dex_file->GetTypeId(class_ref.TypeIndex()), *name_id, *proto_id); in FindMethodIndex()