Searched refs:caller_bci (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | bytecodeInfo.cpp | 40 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 D | parse.hpp | 56 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
|
H A D | idealGraphPrinter.cpp | 291 print_method(tree->method(), tree->caller_bci(), tree);
|
H A D | parse1.cpp | 2152 if (ilt->caller_bci() != -1) { 2153 tty->print(" @ %d", ilt->caller_bci());
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_IR.hpp | 162 IRScope(Compilation* compilation, IRScope* caller, int caller_bci, ciMethod* method, int osr_bci, bool create_graph = false);
|
H A D | c1_IR.cpp | 133 IRScope::IRScope(Compilation* compilation, IRScope* caller, int caller_bci, ciMethod* method, int osr_bci, bool create_graph) argument
|
Completed in 51 milliseconds