Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Executable.cc355 Handle<mirror::ObjectArray<mirror::Class>> ptypes = hs.NewHandle( in Executable_getParameterTypesInternal() local
357 if (ptypes.IsNull()) { in Executable_getParameterTypesInternal()
370 ptypes->SetWithoutChecks<false>(i, param.Get()); in Executable_getParameterTypesInternal()
373 return soa.AddLocalReference<jobjectArray>(ptypes.Get()); in Executable_getParameterTypesInternal()
/art/runtime/interpreter/
Dinterpreter_common.cc856 Handle<mirror::ObjectArray<mirror::Class>> ptypes = hs.NewHandle( in BuildCallSiteForBootstrapMethod() local
860 if (ptypes.IsNull()) { in BuildCallSiteForBootstrapMethod()
867 ptypes->Set(0, GetClassRoot<mirror::MethodHandlesLookup>(class_linker)); in BuildCallSiteForBootstrapMethod()
879 ptypes->Set(index, ptype); in BuildCallSiteForBootstrapMethod()
887 return mirror::MethodType::Create(self, rtype, ptypes); in BuildCallSiteForBootstrapMethod()
/art/runtime/mirror/
Dvar_handle.cc1397 Handle<ObjectArray<Class>> ptypes = in GetMethodTypeForAccessMode() local
1399 if (ptypes == nullptr) { in GetMethodTypeForAccessMode()
1410 ptypes->Set(i, ptypes_array[i]); in GetMethodTypeForAccessMode()
1412 return MethodType::Create(self, rtype, ptypes); in GetMethodTypeForAccessMode()
Dvar_handle_test.cc221 Handle<ObjectArray<Class>> ptypes = hs.NewHandle( in MethodTypeOf() local
225 ptypes->Set(i, class_linker->FindClass(self, descriptors[i].c_str(), boot_class_loader)); in MethodTypeOf()
229 return MethodType::Create(self, rtype, ptypes); in MethodTypeOf()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2679 Ljava/lang/invoke/MethodType;->ptypes()[Ljava/lang/Class;
2680 Ljava/lang/invoke/MethodType;->ptypes:[Ljava/lang/Class;
/art/build/boot/
Dboot-image-profile.txt2662 HSPLjava/lang/invoke/MethodType;->ptypes()[Ljava/lang/Class;