Searched refs:CompLevel (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp167 typedef bool (AdvancedThresholdPolicy::*Predicate)(int i, int b, CompLevel cur_level);
168 bool call_predicate(int i, int b, CompLevel cur_level);
169 bool loop_predicate(int i, int b, CompLevel cur_level);
171 CompLevel common(Predicate p, methodOop method, CompLevel cur_level, bool disable_feedback = false);
175 CompLevel call_event(methodOop method, CompLevel cur_level);
178 CompLevel loop_event(methodOop method, CompLevel cur_level);
194 inline double threshold_scale(CompLevel leve
[all...]
H A DsimpleThresholdPolicy.hpp46 typedef bool (SimpleThresholdPolicy::*Predicate)(int i, int b, CompLevel cur_level);
47 bool call_predicate(int i, int b, CompLevel cur_level);
48 bool loop_predicate(int i, int b, CompLevel cur_level);
50 CompLevel common(Predicate p, methodOop method, CompLevel cur_level);
54 CompLevel call_event(methodOop method, CompLevel cur_level);
57 CompLevel loop_event(methodOop method, CompLevel cur_level);
66 void print_event(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel leve
[all...]
H A DadvancedThresholdPolicy.cpp32 int bci, CompLevel level) {
173 print_event(REMOVE_FROM_QUEUE, method, method, task->osr_bci(), (CompLevel)task->comp_level());
195 print_event(UPDATE_IN_QUEUE, max_method, max_method, max_task->osr_bci(), (CompLevel)max_task->comp_level());
202 double AdvancedThresholdPolicy::threshold_scale(CompLevel level, int feedback_k) {
215 bool AdvancedThresholdPolicy::loop_predicate(int i, int b, CompLevel cur_level) {
231 bool AdvancedThresholdPolicy::call_predicate(int i, int b, CompLevel cur_level) {
250 bool AdvancedThresholdPolicy::should_create_mdo(methodOop method, CompLevel cur_level) {
265 CompLevel comp_level = (CompLevel)env->comp_level();
321 CompLevel AdvancedThresholdPolic
[all...]
H A DsimpleThresholdPolicy.cpp56 int bci, CompLevel level) {
185 int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread) {
216 void SimpleThresholdPolicy::compile(methodHandle mh, int bci, CompLevel level, JavaThread* thread) {
243 void SimpleThresholdPolicy::submit_compile(methodHandle mh, int bci, CompLevel level, JavaThread* thread) {
251 bool SimpleThresholdPolicy::loop_predicate(int i, int b, CompLevel cur_level) {
265 bool SimpleThresholdPolicy::call_predicate(int i, int b, CompLevel cur_level) {
294 CompLevel SimpleThresholdPolicy::common(Predicate p, methodOop method, CompLevel cur_level) {
295 CompLevel next_level = cur_level;
330 return MIN2(next_level, (CompLevel)TieredStopAtLeve
[all...]
H A DcompilationPolicy.hpp63 virtual CompLevel initial_compile_level() = 0;
64 virtual int compiler_count(CompLevel comp_level) = 0;
67 virtual nmethod* event(methodHandle method, methodHandle inlinee, int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread) = 0;
99 virtual CompLevel initial_compile_level() { return CompLevel_initial_compile; }
100 virtual int compiler_count(CompLevel comp_level);
108 virtual nmethod* event(methodHandle method, methodHandle inlinee, int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread);
H A DsimpleThresholdPolicy.inline.hpp28 template<CompLevel level>
42 template<CompLevel level>
H A DcompilationPolicy.cpp170 int NonTieredCompPolicy::compiler_count(CompLevel comp_level) {
310 int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp396 CompLevel level = (CompLevel)nm->comp_level();
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp748 enum CompLevel { enum

Completed in 47 milliseconds