Home
last modified time | relevance | path

Searched refs:checkMethod (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/lib/ir_framework/test/
H A DCheckedTest.java38 private final Method checkMethod; field in CheckedTest
50 checkMethod.setAccessible(true); in CheckedTest()
51 this.checkMethod = checkMethod; in CheckedTest()
55 if (Modifier.isStatic(checkMethod.getModifiers())) { in CheckedTest()
65 … return "Checked Test: @Check " + checkMethod.getName() + " - @Test: " + testMethod.getName(); in toString()
70 return checkMethod.getName(); in getName()
83 case NONE -> checkMethod.invoke(checkInvocationTarget); in verify()
84 case RETURN_ONLY -> checkMethod.invoke(checkInvocationTarget, result); in verify()
85 case TEST_INFO_ONLY -> checkMethod.invoke(checkInvocationTarget, testInfo); in verify()
86 case BOTH -> checkMethod.invoke(checkInvocationTarget, result, testInfo); in verify()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java107 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
110 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
117 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
123 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
128 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
133 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
138 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
139 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
140 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
146 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java107 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
110 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
117 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
123 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
128 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
133 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
138 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
139 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
140 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
146 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java106 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
109 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
116 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
122 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
127 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
132 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
137 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
138 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
139 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
145 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java106 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
109 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
116 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
122 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
127 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
132 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
137 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
138 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
139 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
145 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java106 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
109 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
116 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
122 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
127 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
132 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
137 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
138 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
139 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
145 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java107 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
110 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
117 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
123 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
128 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
133 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
138 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
139 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
140 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
146 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java107 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
110 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
117 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
123 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
128 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
133 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
138 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
139 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
140 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
146 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/methods/methods002/
H A Dmethods002.java107 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
110 checkMethod( reply, "f" + intToString(i), 1, testedClass1, testedClass1 ); in runCases()
117 checkMethod( reply1, "<init>", 4, testedClass2, testedClass2 ); in runCases()
123 checkMethod( reply1, "m01", 3, testedClass3, testedClass3 ); in runCases()
128 checkMethod( reply, "m01", 1, testedClass4, testedClass4 ); in runCases()
133 checkMethod( reply, "i01", 1, testedClass5, testedClass5 ); in runCases()
138 checkMethod( reply, "m01", 1, testedClass4, testedClass6 ); in runCases()
139 checkMethod( reply, "i01", 1, testedClass5, testedClass6 ); in runCases()
140 checkMethod( reply, "m01", 1, testedClass6, testedClass6 ); in runCases()
146 checkMethod( reply, "m" + intToString(i), 1, testedClass1, testedClass7 ); in runCases()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/codegen/parser/tests/
H A Dtest_special_methods.py25 def checkMethod(method, QName, name, function
45 checkMethod(iface.members[0], "::SpecialMethods::__indexedgetter", "__indexedgetter",
47 checkMethod(iface.members[1], "::SpecialMethods::__indexedsetter", "__indexedsetter",
49 checkMethod(iface.members[2], "::SpecialMethods::__indexedcreator", "__indexedcreator",
51 checkMethod(iface.members[3], "::SpecialMethods::__namedgetter", "__namedgetter",
53 checkMethod(iface.members[4], "::SpecialMethods::__namedsetter", "__namedsetter",
55 checkMethod(iface.members[5], "::SpecialMethods::__namedcreator", "__namedcreator",
57 checkMethod(iface.members[6], "::SpecialMethods::__nameddeleter", "__nameddeleter",
63 checkMethod(iface.members[0], "::SpecialMethodsCombination::__indexedsettercreator",
65 checkMethod(iface.members[1], "::SpecialMethodsCombination::__namedgetterdeleter",
[all …]
H A Dtest_method.py43 def checkMethod(method, QName, name, signatures, function
74 checkMethod(methods[0], "::TestMethods::basic", "basic", [("Void", [])])
75 checkMethod(methods[1], "::TestMethods::basicStatic", "basicStatic",
77 checkMethod(methods[2], "::TestMethods::basicWithSimpleArgs",
85 checkMethod(methods[5], "::TestMethods::basicBooleanWithSimpleArgs",
91 checkMethod(methods[6], "::TestMethods::optionalArg",
96 checkMethod(methods[7], "::TestMethods::variadicArg",
100 checkMethod(methods[8], "::TestMethods::getObject",
102 checkMethod(methods[9], "::TestMethods::setObject",
106 checkMethod(methods[10], "::TestMethods::setAny",
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/parser/tests/
H A Dtest_special_methods.py24 def checkMethod(method, QName, name, function
44 checkMethod(iface.members[0], "::SpecialMethods::__indexedgetter", "__indexedgetter",
46 checkMethod(iface.members[1], "::SpecialMethods::__indexedsetter", "__indexedsetter",
48 checkMethod(iface.members[2], "::SpecialMethods::__indexedcreator", "__indexedcreator",
50 checkMethod(iface.members[3], "::SpecialMethods::__namedgetter", "__namedgetter",
52 checkMethod(iface.members[4], "::SpecialMethods::__namedsetter", "__namedsetter",
54 checkMethod(iface.members[5], "::SpecialMethods::__namedcreator", "__namedcreator",
56 checkMethod(iface.members[6], "::SpecialMethods::__nameddeleter", "__nameddeleter",
62 checkMethod(iface.members[0], "::SpecialMethodsCombination::__indexedsettercreator",
64 checkMethod(iface.members[1], "::SpecialMethodsCombination::__namedgetterdeleter",
[all …]
H A Dtest_method.py43 def checkMethod(method, QName, name, signatures, function
74 checkMethod(methods[0], "::TestMethods::basic", "basic", [("Void", [])])
75 checkMethod(methods[1], "::TestMethods::basicStatic", "basicStatic",
77 checkMethod(methods[2], "::TestMethods::basicWithSimpleArgs",
85 checkMethod(methods[5], "::TestMethods::basicBooleanWithSimpleArgs",
91 checkMethod(methods[6], "::TestMethods::optionalArg",
96 checkMethod(methods[7], "::TestMethods::variadicArg",
100 checkMethod(methods[8], "::TestMethods::getObject",
102 checkMethod(methods[9], "::TestMethods::setObject",
106 checkMethod(methods[10], "::TestMethods::setAny",
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/parser/tests/
H A Dtest_method.py43 def checkMethod(method, QName, name, signatures, function
73 checkMethod(methods[0], "::TestMethods::basic", "basic", [("Void", [])])
74 checkMethod(methods[1], "::TestMethods::basicStatic", "basicStatic",
76 checkMethod(methods[2], "::TestMethods::basicWithSimpleArgs",
84 checkMethod(methods[5], "::TestMethods::basicBooleanWithSimpleArgs",
90 checkMethod(methods[6], "::TestMethods::optionalArg",
95 checkMethod(methods[7], "::TestMethods::variadicArg",
99 checkMethod(methods[8], "::TestMethods::getObject",
101 checkMethod(methods[9], "::TestMethods::setObject",
105 checkMethod(methods[10], "::TestMethods::setAny",
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DAddExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
H A DSubExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
H A DMulExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DMulExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
H A DSubExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
H A DAddExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DSubExactIRepeatTest.java81 result += method.checkMethod(x, y); in exact()
82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
92 result = method.checkMethod(x, y); in catchingExact()
99 result += method.checkMethod(x, y); in catchingExact()
105 result += method.checkMethod(x, y); in catchingExact()
111 result += method.checkMethod(x, y); in catchingExact()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DSubExactIRepeatTest.java82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
85 result += method.checkMethod(x, y); in exact()
93 result = method.checkMethod(x, y); in catchingExact()
100 result += method.checkMethod(x, y); in catchingExact()
106 result += method.checkMethod(x, y); in catchingExact()
112 result += method.checkMethod(x, y); in catchingExact()
H A DMulExactIRepeatTest.java82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
85 result += method.checkMethod(x, y); in exact()
93 result = method.checkMethod(x, y); in catchingExact()
100 result += method.checkMethod(x, y); in catchingExact()
106 result += method.checkMethod(x, y); in catchingExact()
112 result += method.checkMethod(x, y); in catchingExact()
H A DAddExactIRepeatTest.java82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
85 result += method.checkMethod(x, y); in exact()
93 result = method.checkMethod(x, y); in catchingExact()
100 result += method.checkMethod(x, y); in catchingExact()
106 result += method.checkMethod(x, y); in catchingExact()
112 result += method.checkMethod(x, y); in catchingExact()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/
H A DSubExactIRepeatTest.java82 result += method.checkMethod(x, y); in exact()
83 result += method.checkMethod(x, y); in exact()
84 result += method.checkMethod(x, y); in exact()
85 result += method.checkMethod(x, y); in exact()
93 result = method.checkMethod(x, y); in catchingExact()
100 result += method.checkMethod(x, y); in catchingExact()
106 result += method.checkMethod(x, y); in catchingExact()
112 result += method.checkMethod(x, y); in catchingExact()

12345678910>>...15