Searched refs:submit_compile (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp211 virtual void submit_compile(methodHandle mh, int bci, CompLevel level, JavaThread* thread);
H A DsimpleThresholdPolicy.hpp72 virtual void submit_compile(methodHandle mh, int bci, CompLevel level, JavaThread* thread);
H A DsimpleThresholdPolicy.cpp238 submit_compile(mh, bci, level, thread);
243 void SimpleThresholdPolicy::submit_compile(methodHandle mh, int bci, CompLevel level, JavaThread* thread) { function in class:SimpleThresholdPolicy
H A DadvancedThresholdPolicy.cpp426 void AdvancedThresholdPolicy::submit_compile(methodHandle mh, int bci, CompLevel level, JavaThread* thread) { function in class:AdvancedThresholdPolicy

Completed in 26 milliseconds