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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp4346 void GraphBuilder::profile_call(ciMethod* callee, Value recv, ciKlass* known_holder, Values* obj_args, bool inlined) { argument
[all...]
H A Dc1_LIR.hpp1895 LIR_OpProfileCall(ciMethod* profiled_method, int profiled_bci, ciMethod* profiled_callee, LIR_Opr mdo, LIR_Opr recv, LIR_Opr t1, ciKlass* known_holder) argument
1911 ciKlass* known_holder() const { return _known_holder; } function in class:LIR_OpProfileCall

Completed in 63 milliseconds