Home
last modified time | relevance | path

Searched defs:ptypes (Results 1 – 25 of 1977) sorted by relevance

12345678910>>...80

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java99 private final @Stable Class<?>[] ptypes; field in MethodType
112 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
119 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
162 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
200 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
214 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
219 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
237 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
283 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
295 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java111 private final @Stable Class<?>[] ptypes; field in MethodType
124 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
131 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
174 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
212 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
226 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
231 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
249 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
295 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
307 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java145 private final @Stable Class<?>[] ptypes; field in MethodType
158 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
165 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
211 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
248 public static MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
261 public static MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
266 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
283 public static MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
326 public static MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
338 static MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java145 private final @Stable Class<?>[] ptypes; field in MethodType
158 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
165 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
203 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
242 public static MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
255 public static MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
260 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
277 public static MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
320 public static MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
336 static MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java99 private final @Stable Class<?>[] ptypes; field in MethodType
112 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
119 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
162 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
200 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
214 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
219 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
237 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
283 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
295 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java111 private final @Stable Class<?>[] ptypes; field in MethodType
123 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
130 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
173 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
211 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
225 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
230 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
248 MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
294 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
306 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java145 private final @Stable Class<?>[] ptypes; field in MethodType
158 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
165 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
211 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
248 public static MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
261 public static MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
266 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
283 public static MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
326 public static MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
338 static MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java114 private final @Stable Class<?>[] ptypes; field in MethodType
127 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType()
134 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
180 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
217 public static MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
230 public static MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
235 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
252 public static MethodType methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) { in methodType()
295 public static MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
307 static MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl()
[all …]
/dports/math/octave-forge-database/database-2.4.4/src/
H A Dpq_lo.cc174 Cell ptypes (1, 0); in ~pipe_to_lo() local
307 Cell ptypes (1, 0); in ~lo_to_pipe() local
401 Cell ptypes (1, 0); variable
444 Cell ptypes (1, 0); variable
555 Cell ptypes (1, 0); variable
594 Cell ptypes (1, 0); variable
679 Cell ptypes (1, 0); variable
708 Cell ptypes (1, 0); variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodType.java96 private final Class<?>[] ptypes; field in MethodType
108 private MethodType(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in MethodType()
121 private MethodType(Class<?>[] ptypes, Class<?> rtype) { in MethodType()
128 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
171 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
206 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
220 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
225 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
289 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
336 Class<?>[] ptypes = new Class<?>[objectArgCount + ivarargs]; in genericMethodType() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodType.java96 private final Class<?>[] ptypes; field in MethodType
108 private MethodType(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in MethodType()
121 private MethodType(Class<?>[] ptypes, Class<?> rtype) { in MethodType()
128 /*trusted*/ Class<?>[] ptypes() { return ptypes; } in ptypes() method in MethodType
171 private static int checkPtypes(Class<?>[] ptypes) { in checkPtypes()
206 MethodType methodType(Class<?> rtype, Class<?>[] ptypes) { in methodType()
220 MethodType methodType(Class<?> rtype, List<Class<?>> ptypes) { in methodType()
225 private static Class<?>[] listToArray(List<Class<?>> ptypes) { in listToArray()
289 MethodType methodType(Class<?> rtype, MethodType ptypes) { in methodType()
336 Class<?>[] ptypes = new Class<?>[objectArgCount + ivarargs]; in genericMethodType() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java329 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
345 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
361 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
376 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java329 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
345 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
361 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
376 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java329 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
345 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
361 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
376 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java328 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
344 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
360 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
375 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java328 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
344 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
360 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
375 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java329 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
345 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
361 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
376 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java329 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
345 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
361 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
376 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DLookup.java329 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
345 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
361 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
376 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DLookup.java330 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
344 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
358 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
371 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DLookup.java330 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
344 …ic MethodHandle findOwnSpecial(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnSpecial()
358 …l MethodHandles.Lookup lookup, final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
371 …lic MethodHandle findOwnStatic(final String name, final Class<?> rtype, final Class<?>... ptypes) { in findOwnStatic()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/invoke/util/
H A DBytecodeDescriptor.java56 ArrayList<Class<?>> ptypes = new ArrayList<Class<?>>(); in parseMethod() local
128 public static String unparseMethod(Class<?> rtype, List<Class<?>> ptypes) { in unparseMethod()
138 public static String unparseMethod(Class<?> rtype, Class<?>[] ptypes) { in unparseMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/invoke/util/
H A DBytecodeDescriptor.java56 ArrayList<Class<?>> ptypes = new ArrayList<Class<?>>(); in parseMethod() local
128 public static String unparseMethod(Class<?> rtype, List<Class<?>> ptypes) { in unparseMethod()
138 public static String unparseMethod(Class<?> rtype, Class<?>[] ptypes) { in unparseMethod()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/invoke/util/
H A DBytecodeDescriptor.java56 ArrayList<Class<?>> ptypes = new ArrayList<Class<?>>(); in parseMethod() local
132 public static String unparseMethod(Class<?> rtype, List<Class<?>> ptypes) { in unparseMethod()
142 public static String unparseMethod(Class<?> rtype, Class<?>[] ptypes) { in unparseMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/invoke/util/
H A DBytecodeDescriptor.java56 ArrayList<Class<?>> ptypes = new ArrayList<Class<?>>(); in parseMethod() local
132 public static String unparseMethod(Class<?> rtype, List<Class<?>> ptypes) { in unparseMethod()
142 public static String unparseMethod(Class<?> rtype, Class<?>[] ptypes) { in unparseMethod()

12345678910>>...80