Searched refs:known_holder (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp853 if (x->known_holder() != NULL) {
855 print_klass(x->known_holder());
H A Dc1_Instruction.hpp2337 ProfileCall(ciMethod* method, int bci, ciMethod* callee, Value recv, ciKlass* known_holder)
2343 , _known_holder(known_holder)
2353 ciKlass* known_holder() { return _known_holder; }
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
1847 , _known_holder(known_holder) { }
1855 ciKlass* known_holder() const { return _known_holder; } function in class:LIR_OpProfileCall
H A Dc1_GraphBuilder.cpp4211 void GraphBuilder::profile_call(ciMethod* callee, Value recv, ciKlass* known_holder) { argument
4212 append(new ProfileCall(method(), bci(), callee, recv, known_holder));
H A Dc1_LIRGenerator.cpp2999 __ profile_call(x->method(), x->bci_of_invoke(), x->callee(), mdo, recv, tmp, x->known_holder());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3004 ciKlass* known_klass = op->known_holder();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3533 ciKlass* known_klass = op->known_holder();

Completed in 199 milliseconds