Home
last modified time | relevance | path

Searched refs:CompLevel_aot (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DtieredThresholdPolicy.cpp51 case CompLevel_aot: in call_predicate_helper()
72 case CompLevel_aot: in loop_predicate_helper()
414 if (level == CompLevel_aot) { in compile()
585 case CompLevel_aot: { in loop_predicate()
587 return loop_predicate_helper<CompLevel_aot>(i, b, k, method); in loop_predicate()
605 case CompLevel_aot: { in call_predicate()
607 return call_predicate_helper<CompLevel_aot>(i, b, k, method); in call_predicate()
726 case CompLevel_aot: { in common()
869 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
875 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DtieredThresholdPolicy.cpp52 case CompLevel_aot: in call_predicate_helper()
73 case CompLevel_aot: in loop_predicate_helper()
436 if (level == CompLevel_aot) { in compile()
618 case CompLevel_aot: { in loop_predicate()
620 return loop_predicate_helper<CompLevel_aot>(i, b, k, method); in loop_predicate()
638 case CompLevel_aot: { in call_predicate()
640 return call_predicate_helper<CompLevel_aot>(i, b, k, method); in call_predicate()
759 case CompLevel_aot: { in common()
892 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
898 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DtieredThresholdPolicy.cpp51 case CompLevel_aot: in call_predicate_helper()
72 case CompLevel_aot: in loop_predicate_helper()
424 if (level == CompLevel_aot) { in compile()
595 case CompLevel_aot: { in loop_predicate()
597 return loop_predicate_helper<CompLevel_aot>(i, b, k, method); in loop_predicate()
615 case CompLevel_aot: { in call_predicate()
617 return call_predicate_helper<CompLevel_aot>(i, b, k, method); in call_predicate()
736 case CompLevel_aot: { in common()
879 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
885 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DtieredThresholdPolicy.cpp51 case CompLevel_aot: in call_predicate_helper()
72 case CompLevel_aot: in loop_predicate_helper()
414 if (level == CompLevel_aot) { in compile()
585 case CompLevel_aot: { in loop_predicate()
587 return loop_predicate_helper<CompLevel_aot>(i, b, k, method); in loop_predicate()
605 case CompLevel_aot: { in call_predicate()
607 return call_predicate_helper<CompLevel_aot>(i, b, k, method); in call_predicate()
726 case CompLevel_aot: { in common()
869 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
875 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DtieredThresholdPolicy.cpp54 case CompLevel_aot: in call_predicate_helper()
85 case CompLevel_aot: in loop_predicate_helper()
316 if (level == CompLevel_aot || level == CompLevel_none) { in verify_level()
549 if (level == CompLevel_aot) { in compile()
721 case CompLevel_aot: { in loop_predicate()
749 case CompLevel_aot: { in call_predicate()
896 case CompLevel_aot: in common()
1051 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
1054 … if (next_level == CompLevel_limited_profile && cur_level != CompLevel_aot && mh->has_aot_code()) { in maybe_switch_to_aot()
1057 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DtieredThresholdPolicy.cpp52 case CompLevel_aot: in call_predicate_helper()
83 case CompLevel_aot: in loop_predicate_helper()
314 if (level == CompLevel_aot || level == CompLevel_none) { in verify_level()
543 if (level == CompLevel_aot) { in compile()
715 case CompLevel_aot: { in loop_predicate()
743 case CompLevel_aot: { in call_predicate()
878 case CompLevel_aot: in common()
1033 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
1036 … if (next_level == CompLevel_limited_profile && cur_level != CompLevel_aot && mh->has_aot_code()) { in maybe_switch_to_aot()
1039 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DtieredThresholdPolicy.cpp52 case CompLevel_aot: in call_predicate_helper()
83 case CompLevel_aot: in loop_predicate_helper()
314 if (level == CompLevel_aot || level == CompLevel_none) { in verify_level()
549 if (level == CompLevel_aot) { in compile()
721 case CompLevel_aot: { in loop_predicate()
749 case CompLevel_aot: { in call_predicate()
884 case CompLevel_aot: in common()
1039 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
1042 … if (next_level == CompLevel_limited_profile && cur_level != CompLevel_aot && mh->has_aot_code()) { in maybe_switch_to_aot()
1045 compile(mh, InvocationEntryBci, CompLevel_aot, thread); in maybe_switch_to_aot()
[all …]
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DcompilerDefinitions.hpp57 CompLevel_aot = -1, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp263 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, thread);
285 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, thread);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp263 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, thread);
285 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, thread);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp265 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, thread);
287 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, thread);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp261 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, THREAD);
281 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, THREAD);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp263 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, thread);
285 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, thread);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp263 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, thread);
285 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, thread);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jvmci/
H A DcompilerRuntime.cpp265 …olicy::policy()->event(emh, mh, InvocationEntryBci, InvocationEntryBci, CompLevel_aot, cm, thread);
287 …m = CompilationPolicy::policy()->event(emh, mh, branch_bci, target_bci, CompLevel_aot, cm, thread);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp193 virtual int comp_level() const { return CompLevel_aot; } in comp_level()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp196 virtual int comp_level() const { return CompLevel_aot; } in comp_level()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp202 virtual int comp_level() const { return CompLevel_aot; } in comp_level()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp193 virtual int comp_level() const { return CompLevel_aot; } in comp_level()

12