Searched defs:reprofile (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp79 tty->print("reprofile");
170 void SimpleThresholdPolicy::reprofile(ScopeDesc* trap_scope, bool is_osr) { function in class:SimpleThresholdPolicy
H A DcompilationPolicy.cpp262 void NonTieredCompPolicy::reprofile(ScopeDesc* trap_scope, bool is_osr) { function in class:NonTieredCompPolicy
H A Ddeoptimization.cpp1412 bool reprofile = false; local
1439 reprofile = true;
1533 reprofile = true;
1570 if (reprofile) {
1571 CompilationPolicy::policy()->reprofile(trap_scope, nm->is_osr_method());

Completed in 463 milliseconds