Searched refs:ptypes (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | method_handles-inl.h | 204 Handle<mirror::ObjectArray<mirror::Class>> ptypes(hs.NewHandle(method_type->GetPTypes())); in CopyArguments() 205 int32_t ptypes_length = ptypes->GetLength(); in CopyArguments() 208 ObjPtr<mirror::Class> ptype(ptypes->GetWithoutChecks(i)); in CopyArguments()
|
/art/runtime/mirror/ |
D | method_type.cc | 228 const ObjPtr<ObjectArray<Class>> ptypes = GetPTypes(); in IsInPlaceConvertible() local 230 const int32_t ptypes_length = ptypes->GetLength(); in IsInPlaceConvertible() 236 if (!IsParameterInPlaceConvertible(ptypes->GetWithoutChecks(i), in IsInPlaceConvertible()
|
D | var_handle_test.cc | 225 Handle<ObjectArray<Class>> ptypes = hs.NewHandle( in MethodTypeOf() local 229 ptypes->Set(i, class_linker->FindClass(self, descriptors[i].c_str(), boot_class_loader)); in MethodTypeOf() 233 return MethodType::Create(self, rtype, ptypes); in MethodTypeOf()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 331 Handle<mirror::ObjectArray<mirror::Class>> ptypes = hs.NewHandle( in Executable_getParameterTypesInternal() local 333 if (ptypes.IsNull()) { in Executable_getParameterTypesInternal() 346 ptypes->SetWithoutChecks<false>(i, param.Get()); in Executable_getParameterTypesInternal() 349 return soa.AddLocalReference<jobjectArray>(ptypes.Get()); in Executable_getParameterTypesInternal()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 875 Handle<mirror::ObjectArray<mirror::Class>> ptypes = hs.NewHandle( in BuildCallSiteForBootstrapMethod() local 879 if (ptypes.IsNull()) { in BuildCallSiteForBootstrapMethod() 886 ptypes->Set(0, GetClassRoot<mirror::MethodHandlesLookup>(class_linker)); in BuildCallSiteForBootstrapMethod() 898 ptypes->Set(index, ptype); in BuildCallSiteForBootstrapMethod() 906 return mirror::MethodType::Create(self, rtype, ptypes); in BuildCallSiteForBootstrapMethod()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2678 Ljava/lang/invoke/MethodType;->ptypes()[Ljava/lang/Class; 2679 Ljava/lang/invoke/MethodType;->ptypes:[Ljava/lang/Class;
|
/art/build/boot/ |
D | boot-image-profile.txt | 2714 HSPLjava/lang/invoke/MethodType;->ptypes()[Ljava/lang/Class;
|