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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp988 // (See comment in memnode.cpp near InitializeNode::InitializeNode for semantics.)
989 class InitializeNode: public MemBarNode { class in inherits:MemBarNode
1009 InitializeNode(Compile* C, int adr_type, Node* rawoop);
1023 // (Note: Both InitializeNode::allocation and AllocateNode::initialization
1030 // An InitializeNode must completed before macro expansion is done.
H A Dmemnode.cpp549 InitializeNode* st_init = mem->in(0)->as_Initialize();
1033 // to find_captured_store, which returned InitializeNode::zero_memory.)
1046 InitializeNode* init = st->in(0)->as_Initialize();
2335 InitializeNode* init = mem->in(0)->as_Initialize();
2339 // If the InitializeNode captured me, it made a raw copy of me,
2391 // (It must already have been captured by the InitializeNode.)
2689 InitializeNode* init = alloc->initialization();
2842 case Op_Initialize: return new(C) InitializeNode(C, atp, pn);
2917 //===========================InitializeNode====================================
2945 // An InitializeNode collect
3009 InitializeNode::InitializeNode(Compile* C, int adr_type, Node* rawoop) function in class:InitializeNode
[all...]

Completed in 329 milliseconds