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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp41 LIR_List* _entry_code; // LIR-operations that must be executed before jumping to entry_block member in class:XHandler
55 , _entry_code(NULL)
67 , _entry_code(other->_entry_code)
87 LIR_List* entry_code() const { return _entry_code; }
98 void set_entry_code(LIR_List* entry_code) { _entry_code = entry_code; }

Completed in 39 milliseconds