Searched refs:GetAndAddINode (Results 1 - 2 of 2) 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
H A Dlibrary_call.cpp2699 load_store = _gvn.transform(new (C) GetAndAddINode(control(), mem, adr, newval, adr_type));

Completed in 494 milliseconds