Searched refs:InitializeNode (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
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...]
H A Dstringopts.cpp197 void eliminate_initialize(InitializeNode* init);
346 void StringConcat::eliminate_initialize(InitializeNode* init) {
351 assert(init->req() <= InitializeNode::RawStores, "no pending inits");
426 InitializeNode* init = NULL;
739 InitializeNode* init = an->initialization();
H A Dmacro.cpp354 InitializeNode* init = alloc->as_Allocate()->initialization();
900 InitializeNode *init = use->as_Initialize();
1298 InitializeNode* init = alloc->initialization();
1310 if (init == NULL || init->req() < InitializeNode::RawStores) {
1311 // No InitializeNode or no stores captured by zeroing
1324 // Add the MemBarStoreStore after the InitializeNode so that
1326 // before the InitializeNode happen before the storestore
1341 // from the InitializeNode
1350 // All nodes that depended on the InitializeNode for control
1352 // depends on the InitializeNode
[all...]
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 DgraphKit.cpp3015 InitializeNode* init = insert_mem_bar_volatile(Op_Initialize, rawidx,
3021 // initialization, and source them from the new InitializeNode.
3023 // and link them properly (as a group) to the InitializeNode.
3024 assert(init->in(InitializeNode::Memory) == malloc, "");
3026 init->set_req(InitializeNode::Memory, minit_in);
3352 AllocateNode* InitializeNode::allocation() {
3353 Node* rawoop = in(InitializeNode::RawAddress);
3364 InitializeNode* AllocateNode::initialization() {
H A Dcallnode.hpp814 // (Note: Both InitializeNode::allocation and AllocateNode::initialization
816 InitializeNode* initialization();
H A Dnode.hpp72 class InitializeNode;
H A DphaseX.cpp1201 // A Load that directly follows an InitializeNode is
1203 // again to be captured by the InitializeNode.
1375 InitializeNode* init = use->as_Allocate()->initialization();
H A Descape.cpp1121 InitializeNode* ini = n->as_Allocate()->initialization();
1405 InitializeNode* ini = alloc->as_Allocate()->initialization();
2607 // the result is either MemNode, PhiNode, InitializeNode.
H A Dlibrary_call.cpp4608 InitializeNode* init = alloc->initialization();
4688 // Use a secondary InitializeNode as raw memory barrier.
4691 InitializeNode* init = insert_mem_bar_volatile(Op_Initialize,
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1806 declare_c2_type(InitializeNode, MemBarNode) \

Completed in 135 milliseconds