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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp519 //------------------------------StoreLNode-------------------------------------
521 class StoreLNode : public StoreNode { class in inherits:StoreNode
524 return _require_atomic_access == ((StoreLNode&)n)._require_atomic_access
531 StoreLNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, function in class:StoreLNode
539 static StoreLNode* make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val);

Completed in 90 milliseconds