Home
last modified time | relevance | path

Searched refs:vMeth (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestSunkCastOnUnreachablePath.java37 vMeth(); in main()
41 static int vMeth() { in vMeth() method in TestSunkCastOnUnreachablePath
H A DTestPeelingRemoveDominatedTest.java50 vMeth(); in mainTest()
54 static void vMeth() { in vMeth() method in TestPeelingRemoveDominatedTest
H A DTestMainBodyExecutedOnce.java46 vMeth(3); in test()
49 void vMeth(int i2) { in vMeth() method in TestMainBodyExecutedOnce
H A DTestMainNeverExecuted.java40 vMeth(3, 5); in main()
42 static void vMeth(int f, int g) { in vMeth() method in TestMainNeverExecuted
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestPeelingRemoveDominatedTest.java50 vMeth(); in mainTest()
54 static void vMeth() { in vMeth() method in TestPeelingRemoveDominatedTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DTestCMoveHasTopInput.java36 public void vMeth(long l) { in vMeth() method in TestCMoveHasTopInput
56 test.vMeth(i); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestPeelingRemoveDominatedTest.java50 vMeth(); in mainTest()
54 static void vMeth() { in vMeth() method in TestPeelingRemoveDominatedTest
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DConvI2LWideningAssertTooStrong.java41 public static void vMeth(short s) { in vMeth() method in ConvI2LWideningAssertTooStrong
64 _instance.vMeth((short)20806); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
H A DUnexpectedNodeInOuterLoopWhenCloning.java40 public static void vMeth() { in vMeth() method in UnexpectedNodeInOuterLoopWhenCloning
63 _instance.vMeth(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
H A DUnexpectedNodeInOuterLoopWhenCloning.java40 public static void vMeth() { in vMeth() method in UnexpectedNodeInOuterLoopWhenCloning
63 _instance.vMeth(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
H A DUnexpectedNodeInOuterLoopWhenCloning.java40 public static void vMeth() { in vMeth() method in UnexpectedNodeInOuterLoopWhenCloning
63 _instance.vMeth(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/loopstripmining/
H A DDeadNodesInOuterLoopAtLoopCloning2.java34 public static void vMeth(boolean b, int i, float f) { in vMeth() method in DeadNodesInOuterLoopAtLoopCloning2
57 _instance.vMeth(true, 168, -125.661F); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/loopstripmining/
H A DUnexpectedNodeInOuterLoopWhenCloning.java40 public static void vMeth() { in vMeth() method in UnexpectedNodeInOuterLoopWhenCloning
63 _instance.vMeth(); in main()

12