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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1839 LIR_OpProfileCall(LIR_Code code, ciMethod* profiled_method, int profiled_bci, ciMethod* profiled_callee, LIR_Opr mdo, LIR_Opr recv, LIR_Opr t1, ciKlass* known_holder) argument
1843 , _profiled_callee(profiled_callee)
1851 ciMethod* profiled_callee() const { return _profiled_callee; } function in class:LIR_OpProfileCall

Completed in 72 milliseconds