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

/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.hpp71 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 DsimpleThresholdPolicy.cpp170 void SimpleThresholdPolicy::reprofile(ScopeDesc* trap_scope, bool is_osr) { argument
171 for (ScopeDesc* sd = trap_scope;; sd = sd->sender()) {
H A DcompilationPolicy.cpp262 void NonTieredCompPolicy::reprofile(ScopeDesc* trap_scope, bool is_osr) { argument
263 ScopeDesc* sd = trap_scope;
H A Ddeoptimization.cpp1264 ScopeDesc* trap_scope = cvf->scope(); local
1265 methodHandle trap_method = trap_scope->method();
1266 int trap_bci = trap_scope->bci();
1348 for (ScopeDesc* sd = trap_scope; ; sd = sd->sender()) {
1571 CompilationPolicy::policy()->reprofile(trap_scope, nm->is_osr_method());

Completed in 48 milliseconds