Home
last modified time | relevance | path

Searched refs:methodType (Results 251 – 275 of 4393) sorted by relevance

1...<<11121314151617181920>>...176

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/
H A DSpreadCollectTest.java42 import static java.lang.invoke.MethodType.methodType;
193 …findVirtual(StringWriter.class, "write", methodType(void.class, char[].class, int.class, int.class…
225 …static final MethodType MT_forCollecting = methodType(String.class, String.class, int[].class, Str…
226 …static final MethodType MT_forCollectingLeading = methodType(String.class, int[].class, String.cla…
232 …static final MethodType MT_spreader = methodType(String.class, String.class, int[].class, String.c…
233 … static final MethodType MT_collector0 = methodType(String.class, String.class, String.class);
234 …static final MethodType MT_collector1 = methodType(String.class, String.class, int.class, String.c…
235 …static final MethodType MT_collector2 = methodType(String.class, String.class, int.class, int.clas…
237 … static final MethodType MT_collectorLeading1 = methodType(String.class, int.class, String.class);
238 …static final MethodType MT_collectorLeading2 = methodType(String.class, int.class, int.class, Stri…
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/
H A DSpreadCollectTest.java42 import static java.lang.invoke.MethodType.methodType;
193 …findVirtual(StringWriter.class, "write", methodType(void.class, char[].class, int.class, int.class… in testAsCollectorExample()
225 …static final MethodType MT_forCollecting = methodType(String.class, String.class, int[].class, Str…
226 …static final MethodType MT_forCollectingLeading = methodType(String.class, int[].class, String.cla…
232 …static final MethodType MT_spreader = methodType(String.class, String.class, int[].class, String.c…
233 … static final MethodType MT_collector0 = methodType(String.class, String.class, String.class);
234 …static final MethodType MT_collector1 = methodType(String.class, String.class, int.class, String.c…
235 …static final MethodType MT_collector2 = methodType(String.class, String.class, int.class, int.clas…
237 … static final MethodType MT_collectorLeading1 = methodType(String.class, int.class, String.class);
238 …static final MethodType MT_collectorLeading2 = methodType(String.class, int.class, int.class, Stri…
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/
H A DSpreadCollectTest.java42 import static java.lang.invoke.MethodType.methodType;
193 …findVirtual(StringWriter.class, "write", methodType(void.class, char[].class, int.class, int.class… in testAsCollectorExample()
225 …static final MethodType MT_forCollecting = methodType(String.class, String.class, int[].class, Str…
226 …static final MethodType MT_forCollectingLeading = methodType(String.class, int[].class, String.cla…
232 …static final MethodType MT_spreader = methodType(String.class, String.class, int[].class, String.c…
233 … static final MethodType MT_collector0 = methodType(String.class, String.class, String.class);
234 …static final MethodType MT_collector1 = methodType(String.class, String.class, int.class, String.c…
235 …static final MethodType MT_collector2 = methodType(String.class, String.class, int.class, int.clas…
237 … static final MethodType MT_collectorLeading1 = methodType(String.class, int.class, String.class);
238 …static final MethodType MT_collectorLeading2 = methodType(String.class, int.class, int.class, Stri…
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/8177146/
H A DTestMethodHandleBind.java43 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m1", MethodType.methodType(String… in testInstanceOfCallerClass()
50 MethodHandle bound = lookup().bind(new B() , "m1", MethodType.methodType(String.class)); in testInstanceOfCallerSubclass()
59 … MethodHandle bound = lookup().bind(new pkg.A() , "m1", MethodType.methodType(String.class)); in testInstanceOfReceiverClass()
68 MethodHandle bound = lookup().bind(new pkg.A() , "m2", MethodType.methodType(String.class)); in testPublicMethod()
75 …MethodHandle bound = lookup().bind(new TestMethodHandleBind(), "m2", MethodType.methodType(String.… in testPublicMethod2()
82 …MethodHandle bound = lookup().bind(new TestMethodHandleBind() , "m3", MethodType.methodType(String… in testInstanceOfCallerClassVarargs()
90 …MethodHandle bound = lookup().bind(new pkg.A(), "m3", MethodType.methodType(String.class, String[]… in testInstanceOfReceiverClassVarargs()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/mock/gomock/
H A Dcall.go30 methodType reflect.Type // the type of the method member
69 rets := make([]interface{}, methodType.NumOut())
70 for i := 0; i < methodType.NumOut(); i++ {
75 return &Call{t: t, receiver: receiver, method: method, methodType: methodType,
162 mt := c.methodType
210 mt := c.methodType
296 if !c.methodType.IsVariadic() {
309 if len(c.args) < c.methodType.NumIn()-1 {
311 c.origin, len(c.args), c.methodType.NumIn()-1)
323 if i < c.methodType.NumIn()-1 {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/golang/mock/gomock/
H A Dcall.go30 methodType reflect.Type // the type of the method member
69 rets := make([]interface{}, methodType.NumOut())
70 for i := 0; i < methodType.NumOut(); i++ {
75 return &Call{t: t, receiver: receiver, method: method, methodType: methodType,
162 mt := c.methodType
210 mt := c.methodType
296 if !c.methodType.IsVariadic() {
309 if len(c.args) < c.methodType.NumIn()-1 {
311 c.origin, len(c.args), c.methodType.NumIn()-1)
323 if i < c.methodType.NumIn()-1 {
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/golang/mock/gomock/
H A Dcall.go30 methodType reflect.Type // the type of the method member
69 rets := make([]interface{}, methodType.NumOut())
70 for i := 0; i < methodType.NumOut(); i++ {
75 return &Call{t: t, receiver: receiver, method: method, methodType: methodType,
162 mt := c.methodType
210 mt := c.methodType
296 if !c.methodType.IsVariadic() {
309 if len(c.args) < c.methodType.NumIn()-1 {
311 c.origin, len(c.args), c.methodType.NumIn()-1)
323 if i < c.methodType.NumIn()-1 {
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Wireframe/
H A DWFRegister.c96 wf_wireframe_geom(TQ3XMethodType methodType) in wf_wireframe_geom() argument
102 switch (methodType) { in wf_wireframe_geom()
148 wf_wireframe_matrix(TQ3XMethodType methodType) in wf_wireframe_matrix() argument
154 switch (methodType) { in wf_wireframe_matrix()
175 wf_wireframe_style(TQ3XMethodType methodType) in wf_wireframe_style() argument
181 switch (methodType) { in wf_wireframe_style()
247 wf_wireframe_metahandler(TQ3XMethodType methodType) in wf_wireframe_metahandler() argument
253 switch (methodType) { in wf_wireframe_metahandler()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/condy/
H A DBootstrapMethodJumboArgsTest.java45 import static java.lang.invoke.MethodType.methodType;
102 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testCondyWithJumboArgs()
112 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
122 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testCondyWithJumboArgs()
136 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
137 …"bsmZero", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object… in testIndyWithJumboArgs()
146 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
147 …"bsmOne", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
156 L, "name", methodType(Object[].class), in testIndyWithJumboArgs()
157 …"bsmTwo", methodType(Object.class, MethodHandles.Lookup.class, String.class, Object.class, Object.… in testIndyWithJumboArgs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DUnnamedDynCallSiteDescriptor.java90 private final MethodType methodType; field in UnnamedDynCallSiteDescriptor
93 UnnamedDynCallSiteDescriptor(final String op, final MethodType methodType) { in UnnamedDynCallSiteDescriptor() argument
95 this.methodType = methodType; in UnnamedDynCallSiteDescriptor()
118 return methodType; in getMethodType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DUnnamedDynCallSiteDescriptor.java90 private final MethodType methodType; field in UnnamedDynCallSiteDescriptor
93 UnnamedDynCallSiteDescriptor(final String op, final MethodType methodType) { in UnnamedDynCallSiteDescriptor() argument
95 this.methodType = methodType; in UnnamedDynCallSiteDescriptor()
118 return methodType; in getMethodType()

1...<<11121314151617181920>>...176