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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1431 ciMethod* profiled_method, int profiled_bci) {
1434 if (profiled_method != NULL) {
1435 c->set_profiled_method(profiled_method);
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
1444 if (profiled_method != NULL) {
1445 c->set_profiled_method(profiled_method);
1454 CodeEmitInfo* info_for_exception, ciMethod* profiled_method, int profiled_bci) {
1456 if (profiled_method != NULL) {
1457 c->set_profiled_method(profiled_method);
2013 profiled_method()
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
[all...]
H A Dc1_LIR.hpp1550 ciMethod* profiled_method() const { return _profiled_method; } 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
1841 , _profiled_method(profiled_method)
1849 ciMethod* profiled_method() const { return _profiled_method; } 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);

Completed in 255 milliseconds