Searched defs:comp_level (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/hotspot/test/compiler/compilercontrol/
H A DTestCompilerDirectivesCompatibilityCommandOff.java48 public void testCompatibility(CommandExecutor executor, int comp_level) throws Exception { argument
[all...]
H A DTestCompilerDirectivesCompatibilityCommandOn.java47 public void testCompatibility(CommandExecutor executor, int comp_level) throws Exception { argument
[all...]
H A DTestCompilerDirectivesCompatibilityFlag.java47 public void testCompatibility(CommandExecutor executor, int comp_level) throws Exception { argument
[all...]
H A DTestCompilerDirectivesCompatibilityBase.java75 public void testCompatibility(CommandExecutor executor, int comp_level) throws Exception { argument
[all...]
/openjdk10/test/lib/sun/hotspot/code/
H A DNMethod.java44 public final int comp_level; field in class:NMethod
/openjdk10/hotspot/src/share/vm/compiler/
H A DcompilerDefinitions.hpp81 inline bool is_c1_compile(int comp_level) { argument
85 inline bool is_c2_compile(int comp_level) { argument
89 inline bool is_highest_tier_compile(int comp_level) { argument
93 inline bool is_compile(int comp_level) { argument
[all...]
H A DcompileTask.cpp200 void CompileTask::print_impl(outputStream* st, Method* method, int compile_id, int comp_level, argument
81 initialize(int compile_id, const methodHandle& method, int osr_bci, int comp_level, const methodHandle& hot_method, int hot_count, CompileTask::CompileReason compile_reason, bool is_blocking) argument
[all...]
H A DcompileTask.hpp158 int comp_level() { return _comp_level;} function in class:CompileTask
159 void set_comp_level(int comp_level) { _comp_level = comp_level;} argument
H A DcompileBroker.hpp272 static AbstractCompiler* compiler(int comp_level) { argument
281 static int queue_size(int comp_level) { argument
[all...]
H A DcompileBroker.cpp475 CompileQueue* CompileBroker::compile_queue(int comp_level) { argument
842 compile_method_base(const methodHandle& method, int osr_bci, int comp_level, const methodHandle& hot_method, int hot_count, CompileTask::CompileReason compile_reason, bool blocking, Thread* thread) argument
1027 compile_method(const methodHandle& method, int osr_bci, int comp_level, const methodHandle& hot_method, int hot_count, CompileTask::CompileReason compile_reason, Thread* THREAD) argument
1046 compile_method(const methodHandle& method, int osr_bci, int comp_level, const methodHandle& hot_method, int hot_count, CompileTask::CompileReason compile_reason, DirectiveSet* directive, Thread* THREAD) argument
1203 compilation_is_complete(const methodHandle& method, int osr_bci, int comp_level) argument
1244 compilation_is_prohibited(const methodHandle& method, int osr_bci, int comp_level, bool excluded) argument
1339 create_compile_task(CompileQueue* queue, int compile_id, const methodHandle& method, int osr_bci, int comp_level, const methodHandle& hot_method, int hot_count, CompileTask::CompileReason compile_reason, bool blocking) argument
2068 set_last_compile(CompilerThread* thread, const methodHandle& method, bool is_osr, int comp_level) argument
2272 compiler_name(int comp_level) argument
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp85 static CompLevel comp_level(Method* method) { function in class:SimpleThresholdPolicy
98 virtual int compiler_count(CompLevel comp_level) { argument
H A DsimpleThresholdPolicy.cpp204 event(const methodHandle& method, const methodHandle& inlinee, int branch_bci, int bci, CompLevel comp_level, CompiledMethod* nm, JavaThread* thread) argument
H A DadvancedThresholdPolicy.cpp333 CompLevel comp_level = (CompLevel)env->comp_level(); local
H A DcompilationPolicy.cpp99 bool CompilationPolicy::must_be_compiled(const methodHandle& m, int comp_level) { argument
138 bool CompilationPolicy::can_be_compiled(const methodHandle& m, int comp_level) { argument
169 bool CompilationPolicy::can_be_osr_compiled(const methodHandle& m, int comp_level) { argument
246 compiler_count(CompLevel comp_level) argument
394 event(const methodHandle& method, const methodHandle& inlinee, int branch_bci, int bci, CompLevel comp_level, CompiledMethod* nm, JavaThread* thread) argument
494 const int comp_level = CompLevel_highest_tier; local
507 const int comp_level = CompLevel_highest_tier; local
523 const int comp_level = CompLevel_highest_tier; local
561 const int comp_level = CompLevel_highest_tier; local
[all...]
/openjdk10/hotspot/src/share/vm/code/
H A DcodeCache.hpp248 static int get_code_blob_type(int comp_level) { argument
H A Dnmethod.hpp347 int comp_level() const { return _comp_level; } function in class:nmethod
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciEnv.cpp481 int comp_level = CompLevel_full_optimization; local
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp193 virtual int comp_level() const { return CompLevel_aot; } function in class:AOTCompiledMethod
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.cpp1126 int ciEnv::comp_level() { function in class:ciEnv
1214 int comp_level = task->comp_level(); local
[all...]
H A DciReplay.cpp436 bool is_valid_comp_level(int comp_level) { argument
463 process_inline(ciMethod* imethod, Method* m, int entry_bci, int comp_level, TRAPS) argument
498 int comp_level = parse_int(comp_level_label); local
1042 load_inline_data(ciMethod* method, int entry_bci, int comp_level) argument
[all...]
H A DciMethod.cpp1129 int ciMethod::comp_level() { function in class:ciMethod
/openjdk10/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp831 compile_method(Method* method, int comp_level, int bci, Thread* THREAD) argument
1303 int comp_level = code->comp_level(); variable
[all...]
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java219 public native boolean shouldPrintAssembly(Executable method, int comp_level); argument
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1990 static bool can_be_compiled(const methodHandle& m, int comp_level) { argument
2044 int comp_level = CompilationPolicy::policy()->initial_compile_level(); local
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.cpp802 void Method::print_made_not_compilable(int comp_level, bool is_osr, bool report, const char* reason) { argument
863 void Method::set_not_compilable(int comp_level, bool report, const char* reason) { argument
894 set_not_osr_compilable(int comp_level, bool report, const char* reason) argument
1155 int comp_level = code->comp_level(); local
[all...]

Completed in 232 milliseconds

12