Searched refs:reprofile (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.hpp70 // reprofile request
71 virtual void reprofile(ScopeDesc* trap_scope, bool is_osr) = 0;
102 virtual void reprofile(ScopeDesc* trap_scope, bool is_osr);
H A DsimpleThresholdPolicy.hpp105 virtual void reprofile(ScopeDesc* trap_scope, bool is_osr);
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());
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

Completed in 89 milliseconds