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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp46 class MachOper;
57 //---------------------------MachOper------------------------------------------
58 class MachOper : public ResourceObj { class in inherits:ResourceObj
138 virtual uint cmp( const MachOper &oper ) const;
140 // Virtual clone, since I do not know how big the MachOper is.
141 virtual MachOper *clone(Compile* C) const = 0;
215 // internal array of MachOpers. The MachOper array is sized by
218 MachOper **_opnds;
263 // Returns the MachOper as determined by memory_operand(), for use, if
264 // needed by the caller. If (MachOper *)
[all...]

Completed in 183 milliseconds