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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp76 address _osr_entry; /* the entry to the osr method */ member in struct:osr_message
215 inline void set_osr_entry(address entry) { _result._osr._osr_entry = entry; }
H A DbytecodeInterpreter.cpp3091 tty->print_cr("osr._osr_entry: " INTPTR_FORMAT, (uintptr_t) this->_result._osr._osr_entry);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp90 return _result._osr._osr_entry;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp179 BlockBegin* _osr_entry; // the osr entry block block member in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp2900 _osr_entry = new BlockBegin(osr_bci);
2901 _osr_entry->set(BlockBegin::osr_entry_flag);
2902 _osr_entry->set_depth_first_number(0);
2907 _osr_entry->set_state(state);
2910 _block = _osr_entry;
2911 _state = _osr_entry->state()->copy();
2913 _last = _osr_entry;
2963 _osr_entry->set_end(g);
2964 target->merge(_osr_entry->end()->state());
3005 , _osr_entry(NUL
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1918 __ delayed()->ld_ptr(STATE(_result._osr._osr_entry), G3_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2092 __ movptr(rax, STATE(_result._osr._osr_entry));

Completed in 81 milliseconds