Searched refs:type_descriptor (Results 1 – 7 of 7) sorted by relevance
62 bool ShouldDenyAccess(std::string_view type_descriptor) const;
98 std::string_view type_descriptor = art_field->GetTypeDescriptorView(); in ShouldDenyAccess() local110 const dex::TypeId* type_id = dex_file->FindTypeId(type_descriptor); in ShouldDenyAccess()
889 virtual bool DenyAccessBasedOnPublicSdk(std::string_view type_descriptor) const;
11161 [[maybe_unused]] std::string_view type_descriptor) const { in DenyAccessBasedOnPublicSdk()
497 void WriteLazyType(const char* type_descriptor) { in WriteLazyType() argument498 if (type_descriptor != nullptr && type_descriptor[0] != 'V') { in WriteLazyType()499 lazy_types_.emplace(std::string(type_descriptor), info_.size()); in WriteLazyType()
248 bool AotClassLinker::DenyAccessBasedOnPublicSdk(std::string_view type_descriptor) const { in DenyAccessBasedOnPublicSdk()249 return sdk_checker_ != nullptr && sdk_checker_->ShouldDenyAccess(type_descriptor); in DenyAccessBasedOnPublicSdk()
57 bool DenyAccessBasedOnPublicSdk(std::string_view type_descriptor) const override;