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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp736 //------------------------------GetAndAddINode---------------------------
737 class GetAndAddINode : public LoadStoreNode { class in inherits:LoadStoreNode
739 GetAndAddINode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) : LoadStoreNode(c, mem, adr, val, at, TypeInt::INT, 4) { } function in class:GetAndAddINode

Completed in 32 milliseconds