Searched refs:profiled_bci (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1431 ciMethod* profiled_method, int profiled_bci) {
1436 c->set_profiled_bci(profiled_bci);
1442 void LIR_List::instanceof(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_patch, ciMethod* profiled_method, int profiled_bci) { argument
1446 c->set_profiled_bci(profiled_bci);
1454 CodeEmitInfo* info_for_exception, ciMethod* profiled_method, int profiled_bci) {
1458 c->set_profiled_bci(profiled_bci);
2016 out->print(" @ %d ", profiled_bci());
1428 checkcast(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_exception, CodeEmitInfo* info_for_patch, CodeStub* stub, ciMethod* profiled_method, int profiled_bci) argument
1453 store_check(LIR_Opr object, LIR_Opr array, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, CodeEmitInfo* info_for_exception, ciMethod* profiled_method, int profiled_bci) argument
H A Dc1_LIR.hpp1551 int profiled_bci() const { return _profiled_bci; } function in class:LIR_OpTypeCheck
1839 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
1842 , _profiled_bci(profiled_bci)
1850 int profiled_bci() const { return _profiled_bci; } function in class:LIR_OpProfileCall
2147 void instanceof(LIR_Opr result, LIR_Opr object, ciKlass* klass, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, bool fast_check, CodeEmitInfo* info_for_patch, ciMethod* profiled_method, int profiled_bci);
2148 void store_check(LIR_Opr object, LIR_Opr array, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, CodeEmitInfo* info_for_exception, ciMethod* profiled_method, int profiled_bci);
2153 ciMethod* profiled_method, int profiled_bci);
H A Dc1_Instruction.hpp924 int profiled_bci() const { return _profiled_bci; }
1360 int profiled_bci() const { return _profiled_bci; }
1805 int profiled_bci() const { return _profiled_bci; }
1856 int profiled_bci() const { return _profiled_bci; } // set for profiled branches and tiered
H A Dc1_LIRGenerator.cpp947 ciProfileData* data = md->bci_to_data(if_instr->profiled_bci());
2532 increment_backedge_counter(info, x->profiled_bci());
2543 ciProfileData* data = md->bci_to_data(x->profiled_bci());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp386 __ store_check(value.result(), array.result(), tmp1, tmp2, tmp3, store_check_info, x->profiled_method(), x->profiled_bci());
1038 x->profiled_method(), x->profiled_bci());
1056 x->profiled_method(), x->profiled_bci());
1105 increment_backedge_counter(state_for(x, x->state_before()), x->profiled_bci());
H A Dc1_LIRAssembler_sparc.cpp2601 setup_md_access(method, op->profiled_bci(), md, data, mdo_offset_bias);
2722 setup_md_access(method, op->profiled_bci(), md, data, mdo_offset_bias);
2964 int bci = op->profiled_bci();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp325 __ store_check(value.result(), array.result(), tmp1, tmp2, tmp3, store_check_info, x->profiled_method(), x->profiled_bci());
1175 x->profiled_method(), x->profiled_bci());
1196 x->direct_compare(), patching_info, x->profiled_method(), x->profiled_bci());
1236 increment_backedge_counter(state_for(x, x->state_before()), x->profiled_bci());
H A Dc1_LIRAssembler_x86.cpp1665 int bci = op->profiled_bci();
1825 int bci = op->profiled_bci();
3510 int bci = op->profiled_bci();

Completed in 705 milliseconds