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

/openjdk7/hotspot/src/share/vm/opto/
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 119 milliseconds