Home
last modified time | relevance | path

Searched refs:parameterSlotCount (Results 1 – 25 of 65) sorted by relevance

123

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java48 final short parameterSlotCount; field in MethodTypeForm
192 this.parameterSlotCount = (short)pslotCount; in MethodTypeForm()
201 this.parameterSlotCount = that.parameterSlotCount; in MethodTypeForm()
211 public int parameterSlotCount() { in parameterSlotCount() method in MethodTypeForm
212 return parameterSlotCount; in parameterSlotCount()
H A DInvokers.java206 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
246 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
350 if (mtype.parameterSlotCount() > MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
351 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java48 final short parameterSlotCount; field in MethodTypeForm
193 this.parameterSlotCount = (short)pslotCount; in MethodTypeForm()
202 this.parameterSlotCount = that.parameterSlotCount; in MethodTypeForm()
212 public int parameterSlotCount() { in parameterSlotCount() method in MethodTypeForm
213 return parameterSlotCount; in parameterSlotCount()
H A DInvokers.java224 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
263 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
367 if (mtype.parameterSlotCount() > MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
368 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java48 final short parameterSlotCount; field in MethodTypeForm
188 this.parameterSlotCount = (short)pslotCount; in MethodTypeForm()
197 this.parameterSlotCount = that.parameterSlotCount; in MethodTypeForm()
207 public int parameterSlotCount() { in parameterSlotCount() method in MethodTypeForm
208 return parameterSlotCount; in parameterSlotCount()
H A DInvokers.java205 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
245 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
350 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
354 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
H A DStringConcatFactory.java349 if (concatType.parameterSlotCount() > MAX_INDY_CONCAT_ARG_SLOTS) { in makeConcatWithConstants()
351 concatType.parameterSlotCount() + in makeConcatWithConstants()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java48 final short parameterSlotCount; field in MethodTypeForm
188 this.parameterSlotCount = (short)pslotCount; in MethodTypeForm()
197 this.parameterSlotCount = that.parameterSlotCount; in MethodTypeForm()
207 public int parameterSlotCount() { in parameterSlotCount() method in MethodTypeForm
208 return parameterSlotCount; in parameterSlotCount()
H A DInvokers.java205 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
245 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
350 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
354 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokers.java197 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
237 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
342 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
346 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
H A DMethodType.java399 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins); in insertParameterTypes()
1037 /*non-public*/ int parameterSlotCount() {
1038 return form.parameterSlotCount();
H A DDelegatingMethodHandle.java114 mtype.parameterSlotCount() > MethodType.MAX_MH_INVOKER_ARITY); in makeReinvokerForm()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokers.java197 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
237 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
342 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
346 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
H A DMethodType.java399 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins); in insertParameterTypes()
1037 /*non-public*/ int parameterSlotCount() {
1038 return form.parameterSlotCount();
H A DDelegatingMethodHandle.java114 mtype.parameterSlotCount() > MethodType.MAX_MH_INVOKER_ARITY); in makeReinvokerForm()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DInvokers.java197 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
237 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
342 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
346 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
H A DDelegatingMethodHandle.java114 mtype.parameterSlotCount() > MethodType.MAX_MH_INVOKER_ARITY); in makeReinvokerForm()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DInvokers.java197 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
237 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
342 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in varHandleInvokeLinkerMethod()
346 … throw newInternalError("Unsupported parameter slot count " + mtype.parameterSlotCount()); in varHandleInvokeLinkerMethod()
H A DDelegatingMethodHandle.java114 mtype.parameterSlotCount() > MethodType.MAX_MH_INVOKER_ARITY); in makeReinvokerForm()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DDelegatingMethodHandle.java118 mtype.parameterSlotCount() > MethodType.MAX_MH_INVOKER_ARITY); in makeReinvokerForm()
H A DMethodType.java394 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins); in insertParameterTypes()
987 /*non-public*/ int parameterSlotCount() { in parameterSlotCount() method in MethodType
988 return form.parameterSlotCount(); in parameterSlotCount()
H A DInvokers.java157 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
197 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DDelegatingMethodHandle.java118 mtype.parameterSlotCount() > MethodType.MAX_MH_INVOKER_ARITY); in makeReinvokerForm()
H A DMethodType.java394 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins); in insertParameterTypes()
987 /*non-public*/ int parameterSlotCount() { in parameterSlotCount() method in MethodType
988 return form.parameterSlotCount(); in parameterSlotCount()
H A DInvokers.java157 if (postSpreadType.parameterSlotCount() <= MethodType.MAX_MH_INVOKER_ARITY) { in spreadInvoker()
197 if (mtype.parameterSlotCount() <= MethodType.MAX_MH_ARITY - MH_LINKER_ARG_APPENDED) { in methodHandleInvokeLinkerMethod()

123