Searched refs:labelOper (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp861 //------------------------------labelOper--------------------------------------
863 class labelOper : public MachOper { class in inherits:MachOper
872 labelOper() : _block_num(0), _label(0) {} function in class:labelOper
874 labelOper(Label* label, uint block_num) : _label(label), _block_num(block_num) {} function in class:labelOper
876 labelOper(labelOper* l) : _label(l->_label) , _block_num(l->_block_num) {} function in class:labelOper
H A Dmachnode.cpp102 uint labelOper::hash() const {
108 uint labelOper::cmp( const MachOper &oper ) const {
749 void labelOper::int_format(PhaseRegAlloc *ra, const MachNode *node, outputStream *st) const {

Completed in 77 milliseconds