Home
last modified time | relevance | path

Searched refs:ptypes (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h204 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/
Dmethod_type.cc228 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()
Dvar_handle_test.cc225 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/
Djava_lang_reflect_Executable.cc331 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/
Dinterpreter_common.cc875 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/
Dhiddenapi-max-target-o-low-priority.txt2678 Ljava/lang/invoke/MethodType;->ptypes()[Ljava/lang/Class;
2679 Ljava/lang/invoke/MethodType;->ptypes:[Ljava/lang/Class;
/art/build/boot/
Dboot-image-profile.txt2714 HSPLjava/lang/invoke/MethodType;->ptypes()[Ljava/lang/Class;