Searched defs:_osr_entry (Results 1 - 2 of 2) 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; }
/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

Completed in 36 milliseconds