Searched refs:runSanityTest (Results 1 - 12 of 12) sorted by relevance

/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DGetBytecodeTest.java57 .forEach(GetBytecodeTest::runSanityTest);
60 private static void runSanityTest(Executable aMethod) { method in class:GetBytecodeTest
H A DDoNotInlineOrCompileTest.java65 testCases.forEach(DoNotInlineOrCompileTest::runSanityTest);
68 private static void runSanityTest(Executable aMethod) { method in class:DoNotInlineOrCompileTest
H A DGetLineNumberTableTest.java57 .forEach(GetLineNumberTableTest::runSanityTest);
60 public static void runSanityTest(Executable aMethod) { method in class:GetLineNumberTableTest
H A DIsCompilableTest.java70 testCases.forEach(IsCompilableTest::runSanityTest);
73 private static void runSanityTest(Executable aMethod) { method in class:IsCompilableTest
H A DHasNeverInlineDirectiveTest.java65 testCases.forEach(HasNeverInlineDirectiveTest::runSanityTest);
68 private static void runSanityTest(Executable aMethod) { method in class:HasNeverInlineDirectiveTest
H A DShouldInlineMethodTest.java65 testCases.forEach(ShouldInlineMethodTest::runSanityTest);
68 private static void runSanityTest(Executable aMethod) { method in class:ShouldInlineMethodTest
H A DGetExceptionTableTest.java63 testCases.forEach(GetExceptionTableTest::runSanityTest);
82 private static void runSanityTest(Executable aMethod, method in class:GetExceptionTableTest
H A DMethodIsIgnoredBySecurityStackWalkTest.java59 MethodIsIgnoredBySecurityStackWalkTest::runSanityTest);
62 private static void runSanityTest(Executable aMethod, Boolean expected) { method in class:MethodIsIgnoredBySecurityStackWalkTest
H A DGetLocalVariableTableTest.java68 testCases.forEach(GetLocalVariableTableTest::runSanityTest);
105 private static void runSanityTest(Executable aMethod, method in class:GetLocalVariableTableTest
H A DReprofileTest.java64 testCases.forEach(ReprofileTest::runSanityTest);
82 private static void runSanityTest(Method aMethod) { method in class:ReprofileTest
H A DHasCompiledCodeForOSRTest.java63 testCases.forEach(HasCompiledCodeForOSRTest::runSanityTest);
80 private static void runSanityTest(CompileCodeTestCase testCase) { method in class:HasCompiledCodeForOSRTest
H A DGetStackTraceElementTest.java59 testCases.forEach(GetStackTraceElementTest::runSanityTest);
62 private static void runSanityTest(Executable aMethod, int[] bcis) { method in class:GetStackTraceElementTest

Completed in 59 milliseconds