Home
last modified time | relevance | path

Searched refs:force_comp_at_level_simple (Results 1 – 19 of 19) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jvmci/
H A DjvmciCompiler.hpp86 bool force_comp_at_level_simple(const methodHandle& method);
H A DjvmciCompiler.cpp119 bool JVMCICompiler::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in JVMCICompiler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jvmci/
H A DjvmciCompiler.hpp87 bool force_comp_at_level_simple(Method* method);
H A DjvmciCompiler.cpp102 bool JVMCICompiler::force_comp_at_level_simple(Method *method) { in force_comp_at_level_simple() function in JVMCICompiler
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jvmci/
H A DjvmciCompiler.hpp92 bool force_comp_at_level_simple(const methodHandle& method);
H A DjvmciCompiler.cpp107 bool JVMCICompiler::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in JVMCICompiler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jvmci/
H A DjvmciCompiler.hpp88 bool force_comp_at_level_simple(const methodHandle& method);
H A DjvmciCompiler.cpp105 bool JVMCICompiler::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in JVMCICompiler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jvmci/
H A DjvmciCompiler.hpp88 bool force_comp_at_level_simple(const methodHandle& method);
H A DjvmciCompiler.cpp103 bool JVMCICompiler::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in JVMCICompiler
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DtieredThresholdPolicy.cpp115 bool TieredThresholdPolicy::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in TieredThresholdPolicy
120 …if (comp != NULL && comp->is_jvmci() && ((JVMCICompiler*) comp)->force_comp_at_level_simple(method… in force_comp_at_level_simple()
370 if (force_comp_at_level_simple(method)) { in initial_compile_level_helper()
777 if (is_trivial(method) || force_comp_at_level_simple(mh)) return true; in is_mature()
793 if (cur_level != CompLevel_none || force_comp_at_level_simple(method) || !ProfileInterpreter) { in should_create_mdo()
888 if (force_comp_at_level_simple(method)) { in common()
H A DtieredThresholdPolicy.hpp235 inline bool force_comp_at_level_simple(const methodHandle& method);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DtieredThresholdPolicy.cpp113 bool TieredThresholdPolicy::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in TieredThresholdPolicy
118 …if (comp != NULL && comp->is_jvmci() && ((JVMCICompiler*) comp)->force_comp_at_level_simple(method… in force_comp_at_level_simple()
368 if (force_comp_at_level_simple(method)) { in initial_compile_level_helper()
771 if (is_trivial(method) || force_comp_at_level_simple(mh)) return true; in is_mature()
787 if (cur_level != CompLevel_none || force_comp_at_level_simple(method)) { in should_create_mdo()
870 if (force_comp_at_level_simple(method)) { in common()
H A DtieredThresholdPolicy.hpp237 inline bool force_comp_at_level_simple(const methodHandle& method);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DtieredThresholdPolicy.cpp113 bool TieredThresholdPolicy::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in TieredThresholdPolicy
118 …if (comp != NULL && comp->is_jvmci() && ((JVMCICompiler*) comp)->force_comp_at_level_simple(method… in force_comp_at_level_simple()
368 if (force_comp_at_level_simple(method)) { in initial_compile_level_helper()
777 if (is_trivial(method) || force_comp_at_level_simple(mh)) return true; in is_mature()
793 if (cur_level != CompLevel_none || force_comp_at_level_simple(method)) { in should_create_mdo()
876 if (force_comp_at_level_simple(method)) { in common()
H A DtieredThresholdPolicy.hpp237 inline bool force_comp_at_level_simple(const methodHandle& method);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DcompilationPolicy.cpp202 bool CompilationPolicy::force_comp_at_level_simple(const methodHandle& method) { in force_comp_at_level_simple() function in CompilationPolicy
207 …if (comp != NULL && comp->is_jvmci() && ((JVMCICompiler*) comp)->force_comp_at_level_simple(method… in force_comp_at_level_simple()
588 if (force_comp_at_level_simple(method)) { in initial_compile_level()
905 …if (cur_level != CompLevel_none || force_comp_at_level_simple(method) || CompilationModeFlag::quic… in should_create_mdo()
1001 if (force_comp_at_level_simple(method)) { in common()
H A DcompilationPolicy.hpp224 inline static bool force_comp_at_level_simple(const methodHandle& method);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DtieredThresholdPolicy.cpp101 …if (comp != NULL && comp->is_jvmci() && ((JVMCICompiler*) comp)->force_comp_at_level_simple(method… in should_compile_at_level_simple()