Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 25 of 2876) sorted by relevance

12345678910>>...116

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType,
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType());
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)…
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType…
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT…
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType);
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType);
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th…
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name);
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra…
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/7087570/
H A DTest7087570.java81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
143 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
145 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
147 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
149 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
152 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
154 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
157 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
172 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
183 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/7087570/
H A DTest7087570.java82 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
144 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
146 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
148 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
150 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
153 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
155 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
158 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
173 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
184 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/7087570/
H A DTest7087570.java82 testMethod.clazz.getName(), testMethod.name, testMethod.methodType, in doTest()
144 … return LOOKUP.findGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType()); in lookupFrom()
146 …return LOOKUP.findSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterType(0)… in lookupFrom()
148 …return LOOKUP.findStaticGetter(testMethod.clazz, testMethod.name, testMethod.methodType.returnType… in lookupFrom()
150 …return LOOKUP.findStaticSetter(testMethod.clazz, testMethod.name, testMethod.methodType.parameterT… in lookupFrom()
153 return LOOKUP.findVirtual(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
155 return LOOKUP.findStatic(testMethod.clazz, testMethod.name, testMethod.methodType); in lookupFrom()
158 …MethodHandle smh = LOOKUP.findSpecial(testMethod.clazz, testMethod.name, testMethod.methodType, th… in lookupFrom()
173 Field f = testMethod.clazz.getDeclaredField(testMethod.name); in unreflectFrom()
184 …Method m = testMethod.clazz.getDeclaredMethod(testMethod.name, testMethod.methodType.parameterArra… in unreflectFrom()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Builders/
H A DNUnitTestCaseBuilder.cs181 testMethod.Seed = randomizer.Next(); in BuildSingleTestMethod()
210 testMethod, in BuildSingleTestMethod()
222 method = testMethod.Method; in BuildSingleTestMethod()
226 testMethod.Name = parms.TestName; in BuildSingleTestMethod()
232 testMethod.Name = name; in BuildSingleTestMethod()
236 parms.ApplyToTest(testMethod); in BuildSingleTestMethod()
239 return testMethod; in BuildSingleTestMethod()
264 if (testMethod.Method.IsAbstract) in CheckTestMethodSignature()
269 if (!testMethod.Method.IsPublic) in CheckTestMethodSignature()
290 testMethod.parms = parms; in CheckTestMethodSignature()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/lib/ir_framework/test/
H A DAbstractTest.java118 final Method testMethod = test.getTestMethod(); in compileMethod() local
122 TestRun.check(WHITE_BOX.isMethodCompilable(testMethod), in compileMethod()
136 if (!WHITE_BOX.isMethodQueuedForCompilation(testMethod)) { in compileMethod()
148 WHITE_BOX.clearMethodState(testMethod); in compileMethod()
176 final Method testMethod = test.getTestMethod();
183 int level = WHITE_BOX.getMethodCompilationLevel(testMethod);
186 retryDisabledVerifyOops(testMethod, stateCleared);
192 boolean isCompiled = WHITE_BOX.isMethodCompiled(testMethod, false);
201 throw new TestRunException(testMethod + " not compiled after waiting for "
208 private void retryDisabledVerifyOops(Method testMethod, boolean stateCleared) { in retryDisabledVerifyOops() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/
H A DTestMethodCommand.cs41 private readonly TestMethod testMethod; field in NUnit.Framework.Internal.Commands.TestMethodCommand
48 public TestMethodCommand(TestMethod testMethod) : base(testMethod) in TestMethodCommand() argument
50 this.testMethod = testMethod; in TestMethodCommand()
51 this.arguments = testMethod.Arguments; in TestMethodCommand()
68 if (testMethod.HasExpectedResult) in Execute()
69 NUnit.Framework.Assert.AreEqual(testMethod.ExpectedResult, result); in Execute()
80 if (MethodHelper.IsAsyncMethod(testMethod.Method)) in RunTestMethod()
96 using (AsyncInvocationRegion region = AsyncInvocationRegion.Create(testMethod.Method)) in RunAsyncTestMethod()
98 … object result = Reflect.InvokeMethod(testMethod.Method, context.TestObject, arguments); in RunAsyncTestMethod()
114 return Reflect.InvokeMethod(testMethod.Method, context.TestObject, arguments); in RunNonAsyncTestMethod()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/test/annotation/
H A DAbstractAnnotationAwareTransactionalTests.java152 final Method testMethod = getTestMethod(); in runBare() local
154 if (isDisabledInThisEnvironment(testMethod)) { in runBare()
183 if (testMethod.isAnnotationPresent(DirtiesContext.class)) { in runBare()
188 }, testMethod); in runBare()
209 Method testMethod = null; in getTestMethod() local
219 if (!Modifier.isPublic(testMethod.getModifiers())) { in getTestMethod()
222 return testMethod; in getTestMethod()
254 Timed timed = testMethod.getAnnotation(Timed.class); in runTestTimed()
256 runTest(tec, testMethod); in runTestTimed()
261 runTest(tec, testMethod); in runTestTimed()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/test/annotation/
H A DAbstractAnnotationAwareTransactionalTests.java154 final Method testMethod = getTestMethod(); in runBare() local
156 if (isDisabledInThisEnvironment(testMethod)) { in runBare()
185 if (testMethod.isAnnotationPresent(DirtiesContext.class)) { in runBare()
190 }, testMethod); in runBare()
211 Method testMethod = null; in getTestMethod() local
221 if (!Modifier.isPublic(testMethod.getModifiers())) { in getTestMethod()
224 return testMethod; in getTestMethod()
256 Timed timed = testMethod.getAnnotation(Timed.class); in runTestTimed()
258 runTest(tec, testMethod); in runTestTimed()
263 runTest(tec, testMethod); in runTestTimed()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/test/context/junit38/
H A DAbstractJUnit38SpringContextTests.java209 final Method testMethod = getTestMethod(); in runBare() local
212 recordDisabled(testMethod); in runBare()
219 runManaged(testMethod); in runBare()
221 }, testMethod); in runBare()
229 Method testMethod = null; in getTestMethod() local
236 if (!Modifier.isPublic(testMethod.getModifiers())) { in getTestMethod()
239 return testMethod; in getTestMethod()
254 Timed timed = testMethod.getAnnotation(Timed.class); in runTestTimed()
256 runTest(tec, testMethod); in runTestTimed()
261 runTest(tec, testMethod); in runTestTimed()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
110 return testMethod(); in getTestMethod()
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
153 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
164 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException { in testMethod() method
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/lib/ir_framework/
H A DTestInfo.java38 private final Method testMethod; field in TestInfo
41 public TestInfo(Method testMethod, CompLevel testCmpLevel) { in TestInfo() argument
42 super(testMethod.getDeclaringClass()); in TestInfo()
43 this.testMethod = testMethod; in TestInfo()
53 return testMethod; in getTest()
74 return TestVM.isC1Compiled(testMethod); in isC1Compiled()
84 return TestVM.isC2Compiled(testMethod); in isC2Compiled()
95 return TestVM.isCompiledAtLevel(testMethod, compLevel); in isCompiledAtLevel()

12345678910>>...116