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

/openjdk10/hotspot/src/share/vm/opto/
H A Dmachnode.hpp1046 class methodOper : public MachOper { class in inherits:MachOper
1051 methodOper() : _method(0) {} function in class:methodOper
1052 methodOper(intptr_t method) : _method(method) {} function in class:methodOper

Completed in 89 milliseconds