Searched defs:inlinee (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp106 print_counters("inlinee ", imh);
184 nmethod* SimpleThresholdPolicy::event(methodHandle method, methodHandle inlinee, argument
194 if (method() != inlinee()) {
195 handle_counter_overflow(inlinee());
199 print_event(bci == InvocationEntryBci ? CALL : LOOP, method, inlinee, bci, comp_level);
203 method_invocation_event(method, inlinee, comp_level, nm, thread);
205 method_back_branch_event(method, inlinee, bci, comp_level, nm, thread);
206 // method == inlinee if the event originated in the main method
207 int highest_level = inlinee->highest_osr_comp_level();
209 osr_nm = inlinee
[all...]
H A DcompilationPolicy.cpp309 nmethod* NonTieredCompPolicy::event(methodHandle method, methodHandle inlinee, int branch_bci, argument

Completed in 32 milliseconds