Searched defs:compLevel (Results 1 - 10 of 10) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DCompileTask.java69 public int compLevel() { method in class:CompileTask
/openjdk9/hotspot/test/compiler/intrinsics/
H A DIntrinsicDisabledTest.java95 public static void test(int compLevel) { argument
[all...]
H A DIntrinsicAvailableTest.java96 protected void checkIntrinsicForCompilationLevel(Executable method, int compLevel) throws Exception { argument
/openjdk9/hotspot/test/compiler/tiered/
H A DCompLevelsTest.java45 protected void testAvailableLevel(int compLevel, int bci) { argument
60 protected void testUnavailableLevel(int compLevel, int bci) { argument
/openjdk9/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DCompiler.java164 private void compileAtLevel(int compLevel) { argument
[all...]
/openjdk9/hotspot/test/compiler/codecache/dtrace/
H A DSegmentedCodeCacheDtraceTestWorker.java89 private void waitForCompilation(Executable executable, int compLevel) { argument
/openjdk9/hotspot/test/compiler/calls/common/
H A DCallsBase.java189 protected final void compileMethod(Method method, int compLevel) { argument
/openjdk9/hotspot/test/compiler/ciReplay/
H A DCiReplayBase.java237 public void nonTieredTests(int compLevel) { argument
/openjdk9/hotspot/test/compiler/whitebox/
H A DCompilerWhiteBoxTest.java120 protected static boolean isC1Compile(int compLevel) { argument
126 protected static boolean isC2Compile(int compLevel) { argument
200 protected final void checkNotCompiled(int compLevel) { argument
291 protected final boolean isCompilable(int compLevel) { argument
301 makeNotCompilable(int compLevel) argument
[all...]
/openjdk9/test/lib/sun/hotspot/
H A DWhiteBox.java234 public boolean isMethodCompilable(Executable method, int compLevel) { argument
237 private native boolean isMethodCompilable0(Executable method, int compLevel, boolean isOsr); argument
238 public boolean isMethodCompilable(Executable method, int compLevel, boolean isOsr) { argument
265 public boolean isIntrinsicAvailable(Executable method, int compLevel) { argument
257 isIntrinsicAvailable(Executable method, Executable compilationContext, int compLevel) argument
268 isIntrinsicAvailable0(Executable method, Executable compilationContext, int compLevel) argument
282 makeMethodNotCompilable(Executable method, int compLevel) argument
285 makeMethodNotCompilable0(Executable method, int compLevel, boolean isOsr) argument
286 makeMethodNotCompilable(Executable method, int compLevel, boolean isOsr) argument
306 getCompileQueueSize(int compLevel) argument
312 enqueueMethodForCompilation(Executable method, int compLevel) argument
315 enqueueMethodForCompilation0(Executable method, int compLevel, int entry_bci) argument
316 enqueueMethodForCompilation(Executable method, int compLevel, int entry_bci) argument
320 enqueueInitializerForCompilation0(Class<?> aClass, int compLevel) argument
321 enqueueInitializerForCompilation(Class<?> aClass, int compLevel) argument
[all...]

Completed in 134 milliseconds