Searched refs:inlinee (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp213 virtual void method_invocation_event(methodHandle method, methodHandle inlinee,
215 virtual void method_back_branch_event(methodHandle method, methodHandle inlinee,
H A DsimpleThresholdPolicy.hpp90 virtual void method_invocation_event(methodHandle method, methodHandle inlinee,
92 virtual void method_back_branch_event(methodHandle method, methodHandle inlinee,
106 virtual nmethod* event(methodHandle method, methodHandle inlinee,
H A DcompilationPolicy.hpp67 virtual nmethod* event(methodHandle method, methodHandle inlinee, int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread) = 0;
108 virtual nmethod* event(methodHandle method, methodHandle inlinee, int branch_bci, int bci, CompLevel comp_level, nmethod* nm, JavaThread* thread);
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
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp376 void profile_invocation(ciMethod* inlinee, ValueStack* state);
H A Dc1_InstructionPrinter.cpp862 output()->print(" %s.%s", x->inlinee()->holder()->name()->as_utf8(), x->inlinee()->name()->as_utf8());
H A Dc1_Instruction.hpp2398 ProfileInvoke(ciMethod* inlinee, ValueStack* state)
2400 , _inlinee(inlinee)
2407 ciMethod* inlinee() { return _inlinee; }
H A Dc1_LIRGenerator.cpp3005 if (!x->inlinee()->is_accessor()) {
3008 increment_event_counter_impl(info, x->inlinee(), (1 << Tier23InlineeNotifyFreqLog) - 1, InvocationEntryBci, false, true);

Completed in 68 milliseconds