Searched defs:isOsr (Results 1 - 17 of 17) sorted by relevance

/openjdk10/hotspot/test/compiler/intrinsics/
H A DIntrinsicAvailableTest.java90 public boolean isOsr() { method in class:IntrinsicAvailableTest.IntrinsicAvailableTestTestCase
/openjdk10/hotspot/test/compiler/whitebox/
H A DDeoptimizeFramesTest.java153 public boolean isOsr() { method in class:DeoptimizeFramesTest.TestCaseImpl
H A DSimpleTestCase.java49 private final boolean isOsr; field in class:SimpleTestCase
69 public boolean isOsr() { method in class:SimpleTestCase
51 SimpleTestCase(Executable executable, Callable<Integer> callable, boolean isOsr) argument
H A DCompilerWhiteBoxTest.java233 protected final void checkNotCompiled(boolean isOsr) { argument
426 boolean isOsr(); method in interface:CompilerWhiteBoxTest.TestCase
[all...]
/openjdk10/test/lib/sun/hotspot/code/
H A DNMethod.java31 public static NMethod get(Executable method, boolean isOsr) { argument
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerFactory.java91 public CompilationLevel adjustCompilationLevel(Class<?> declaringClass, String name, String signature, boolean isOsr, CompilationLevel level) { argument
H A DEventProvider.java108 void setIsOsr(boolean isOsr); argument
H A DEmptyEventProvider.java72 public void setIsOsr(boolean isOsr) { argument
H A DHotSpotJVMCIRuntime.java400 private int adjustCompilationLevel(Class<?> declaringClass, String name, String signature, boolean isOsr, int level) { argument
/openjdk10/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java133 public boolean isOsr() { method in class:MathIntrinsic.IntIntrinsic
238 public boolean isOsr() { method in class:MathIntrinsic.LongIntrinsic
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotGraalCompilerFactory.java150 public CompilationLevel adjustCompilationLevel(Class<?> declaringClass, String name, String signature, boolean isOsr, CompilationLevel level) { argument
/openjdk10/hotspot/test/compiler/intrinsics/bmi/verifycode/
H A DBmiIntrinsicBase.java141 public boolean isOsr() { method in class:BmiIntrinsicBase.BmiTestCase
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DCompileCodeTestCase.java68 private final boolean isOsr; field in class:CompileCodeTestCase
/openjdk10/hotspot/test/compiler/tiered/
H A DLevelTransitionTest.java226 public boolean isOsr() { method in class:LevelTransitionTest.ExtendedTestCase
H A DConstantGettersTransitionsTest.java101 public boolean isOsr() { method in class:ConstantGettersTransitionsTest.ConstantGettersTestCase
/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java253 public boolean isOsr() { method in class:Compilation
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java226 private native boolean isMethodCompiled0(Executable method, boolean isOsr); argument
227 public boolean isMethodCompiled(Executable method, boolean isOsr){ argument
237 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); argument
238 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { argument
274 private native int deoptimizeMethod0(Executable method, boolean isOsr); argument
275 public int deoptimizeMethod(Executable method, boolean isOsr) { argument
285 private native void makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr); argument
286 makeMethodNotCompilable(Executable method, int compLevel, boolean isOsr) argument
293 getMethodCompilationLevel0(Executable method, boolean isOsr) argument
294 getMethodCompilationLevel(Executable method, boolean isOsr) argument
337 getNMethod0(Executable method, boolean isOsr) argument
338 getNMethod(Executable method, boolean isOsr) argument
[all...]

Completed in 203 milliseconds