Searched refs:make_atomic (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp362 ld = LoadLNode::make_atomic(C, ctl, mem, adr, adr_type, t);
378 st = StoreLNode::make_atomic(C, ctl, mem, adr, adr_type, val);
H A Dmemnode.hpp312 static LoadLNode* make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt);
539 static StoreLNode* make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val);
H A DgraphKit.cpp1437 ld = LoadLNode::make_atomic(C, ctl, mem, adr, adr_type, t);
1453 st = StoreLNode::make_atomic(C, ctl, mem, adr, adr_type, val);
H A Dmemnode.cpp934 LoadLNode* LoadLNode::make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, const Type* rt) { function in class:LoadLNode
2267 StoreLNode* StoreLNode::make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val) { function in class:StoreLNode

Completed in 69 milliseconds