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

/openjdk9/hotspot/src/share/vm/opto/
H A Dmemnode.cpp628 InitializeNode* st_init = mem->in(0)->as_Initialize();
1037 // to find_captured_store, which returned InitializeNode::zero_memory.)
1050 InitializeNode* init = st->in(0)->as_Initialize();
2451 InitializeNode* init = mem->in(0)->as_Initialize();
2455 // If the InitializeNode captured me, it made a raw copy of me,
2507 // (It must already have been captured by the InitializeNode.)
2811 InitializeNode* init = alloc->initialization();
2931 case Op_Initialize: return new InitializeNode(C, atp, pn);
3023 //===========================InitializeNode====================================
3051 // An InitializeNode collect
3115 InitializeNode::InitializeNode(Compile* C, int adr_type, Node* rawoop) function in class:InitializeNode
[all...]
H A Dcallnode.hpp910 // (Note: Both InitializeNode::allocation and AllocateNode::initialization
912 InitializeNode* initialization();
918 // needs be noEscape or ArgEscape. InitializeNode._does_not_escape
920 // ArgEscape. In case allocation's InitializeNode is NULL, check
925 InitializeNode* init = NULL;
H A Dstringopts.cpp204 void eliminate_initialize(InitializeNode* init);
359 void StringConcat::eliminate_initialize(InitializeNode* init) {
364 assert(init->req() <= InitializeNode::RawStores, "no pending inits");
439 InitializeNode* init = NULL;
885 InitializeNode* init = an->initialization();
H A Dmacro.cpp383 InitializeNode* init = alloc->as_Allocate()->initialization();
1086 InitializeNode *init = use->as_Initialize();
1541 InitializeNode* init = alloc->initialization();
1563 if (init == NULL || init->req() < InitializeNode::RawStores) {
1564 // No InitializeNode or no stores captured by zeroing
1577 // Add the MemBarStoreStore after the InitializeNode so that
1579 // before the InitializeNode happen before the storestore
1594 // from the InitializeNode
1603 // All nodes that depended on the InitializeNode for control
1605 // depends on the InitializeNode
[all...]
H A DgraphKit.cpp3326 InitializeNode* init = insert_mem_bar_volatile(Op_Initialize, rawidx,
3332 // initialization, and source them from the new InitializeNode.
3334 // and link them properly (as a group) to the InitializeNode.
3335 assert(init->in(InitializeNode::Memory) == malloc, "");
3337 init->set_req(InitializeNode::Memory, minit_in);
3691 AllocateNode* InitializeNode::allocation() {
3692 Node* rawoop = in(InitializeNode::RawAddress);
3703 InitializeNode* AllocateNode::initialization() {
3955 InitializeNode* st_init = mem->in(0)->as_Initialize();
4133 InitializeNode* st_ini
[all...]
H A DmacroArrayCopy.cpp304 InitializeNode* init = alloc->initialization();
390 // Use a secondary InitializeNode as raw memory barrier.
402 InitializeNode* init = mb->as_Initialize();
H A Dmemnode.hpp1263 // (See comment in memnode.cpp near InitializeNode::InitializeNode for semantics.)
1264 class InitializeNode: public MemBarNode { class in inherits:MemBarNode
1284 InitializeNode(Compile* C, int adr_type, Node* rawoop);
1298 // (Note: Both InitializeNode::allocation and AllocateNode::initialization
1305 // An InitializeNode must completed before macro expansion is done.
H A Dlibrary_call.cpp1448 InitializeNode* init = alloc->initialization();
1540 InitializeNode* init = alloc->initialization();
1624 InitializeNode* init = alloc->initialization();
4909 InitializeNode* init = alloc->initialization();
H A DphaseX.cpp1374 // A Load that directly follows an InitializeNode is
1376 // again to be captured by the InitializeNode.
1617 InitializeNode* init = use->as_Allocate()->initialization();
H A Dnode.hpp78 class InitializeNode;
H A Descape.cpp1258 InitializeNode* ini = n->as_Allocate()->initialization();
1545 InitializeNode* ini = alloc->as_Allocate()->initialization();
2793 // the result is either MemNode, PhiNode, InitializeNode.
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1880 declare_c2_type(InitializeNode, MemBarNode) \

Completed in 304 milliseconds