Searched defs:caller_bci (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp40 JVMState* caller_jvms, int caller_bci,
61 assert(caller_bci == this->caller_bci(), "correct (redundant) bci parameter");
101 int caller_bci, ciCallProfile& profile,
308 int caller_bci, ciCallProfile& profile,
322 if (!should_inline(callee_method, caller_method, caller_bci, profile,
415 bool pass_initial_checks(ciMethod* caller_method, int caller_bci, ciMethod* callee_method) { argument
426 iter.force_bci(caller_bci);
460 void InlineTree::print_inlining(ciMethod* callee_method, int caller_bci, argument
472 C->print_inlining(callee_method, inline_level(), caller_bci, inline_ms
38 InlineTree(Compile* c, const InlineTree *caller_tree, ciMethod* callee, JVMState* caller_jvms, int caller_bci, float site_invoke_ratio, int max_inline_level) argument
100 should_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result) argument
307 try_to_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result, bool& should_delay) argument
496 int caller_bci = jvms->bci(); local
582 build_inline_tree_for_callee( ciMethod* callee_method, JVMState* caller_jvms, int caller_bci) argument
[all...]
H A Dparse.hpp56 float compute_callee_frequency( int caller_bci ) const;
67 int caller_bci,
72 int caller_bci);
75 int caller_bci,
81 int caller_bci,
87 void print_inlining(ciMethod* callee_method, int caller_bci,
128 int caller_bci() const { return _caller_jvms ? _caller_jvms->bci() : InvocationEntryBci; } function in class:InlineTree
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp133 IRScope::IRScope(Compilation* compilation, IRScope* caller, int caller_bci, ciMethod* method, int osr_bci, bool create_graph) argument

Completed in 60 milliseconds