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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp114 uint methodOper::hash() const {
120 uint methodOper::cmp( const MachOper &oper ) const {
756 void methodOper::int_format(PhaseRegAlloc *ra, const MachNode *node, outputStream *st) const {
H A Dmachnode.hpp895 //------------------------------methodOper--------------------------------------
897 class methodOper : public MachOper { class in inherits:MachOper
902 methodOper() : _method(0) {} function in class:methodOper
903 methodOper(intptr_t method) : _method(method) {} function in class:methodOper

Completed in 1172 milliseconds