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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp585 InlineTree* old_ilt = callee_at(caller_bci, callee_method);
616 //---------------------------------------callee_at-----------------------------
617 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { function in class:InlineTree
651 InlineTree* sub = iltp->callee_at(jvmsp->bci(), d_callee);

Completed in 23 milliseconds