Searched refs:type_descriptor (Results 1 – 10 of 10) sorted by relevance
706 static constexpr const char type_descriptor[] = "(illegal)"; member716 ConstexprStringView type_descriptor; member727 TR::type_descriptor, in Reify()744 MostSimilarTypeDescriptor(ConstexprStringView type_descriptor);750 && rhs.type_descriptor == lhs.type_descriptor &&767 static constexpr const char type_descriptor[] = the_type_descriptor; \813 char shorty = type_descriptor.size() >= 1 ? type_descriptor[0] : '\0'; in DEFINE_JNI_TYPE_TRAIT()818 } else if (type_descriptor.size() >= 2) { in DEFINE_JNI_TYPE_TRAIT()819 auto shorty_shorty = type_descriptor.substr(/*start*/0, /*size*/2u); in DEFINE_JNI_TYPE_TRAIT()1301 JniDescriptorNode{reified_signature.ret.type_descriptor};[all …]
438 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in IndexString() local1030 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes() local1179 fprintf(out_file_, " type : '%s'\n", type_descriptor); in DumpMethod()1216 const char* return_type = strrchr(type_descriptor, ')'); in DumpMethod()1236 if (type_descriptor[0] != '(') { in DumpMethod()1237 LOG(ERROR) << "ERROR: bad descriptor '" << type_descriptor << "'"; in DumpMethod()1241 const char* base = type_descriptor + 1; in DumpMethod()1276 free(type_descriptor); in DumpMethod()1295 const char* type_descriptor = field_id->Type()->GetStringId()->Data(); in DumpSField() local1302 fprintf(out_file_, " type : '%s'\n", type_descriptor); in DumpSField()[all …]
61 bool ShouldDenyAccess(const char* type_descriptor) const;
263 bool AotClassLinker::DenyAccessBasedOnPublicSdk(const char* type_descriptor) const { in DenyAccessBasedOnPublicSdk()264 return sdk_checker_ != nullptr && sdk_checker_->ShouldDenyAccess(type_descriptor); in DenyAccessBasedOnPublicSdk()
48 bool DenyAccessBasedOnPublicSdk(const char* type_descriptor ATTRIBUTE_UNUSED) const override;
846 virtual bool DenyAccessBasedOnPublicSdk(const char* type_descriptor) const;
10235 bool ClassLinker::DenyAccessBasedOnPublicSdk(const char* type_descriptor ATTRIBUTE_UNUSED) const { in DenyAccessBasedOnPublicSdk()
494 void WriteLazyType(const char* type_descriptor) { in WriteLazyType() argument495 if (type_descriptor != nullptr && type_descriptor[0] != 'V') { in WriteLazyType()496 lazy_types_.emplace(std::string(type_descriptor), info_.size()); in WriteLazyType()
284 for (const auto& type_descriptor : param_types_) { in Shorty() local285 shorty.append(type_descriptor.short_descriptor()); in Shorty()
30 constexpr char nativehelper::detail::jni_type_trait<jtype>::type_descriptor[]; \