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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp275 // (for example, after initialization).
350 // Can not bypass initialization of the instance
354 InitializeNode* init = alloc->as_Allocate()->initialization();
920 // raw memory addresses used only by the initialization
1298 InitializeNode* init = alloc->initialization();
1303 // If initialization is performed by an array copy, any required
1313 // initialization.
1325 // all stores performing the initialization that were moved
1551 InitializeNode* init = alloc->initialization();
1770 InitializeNode* init = alloc->initialization();
[all...]
H A Dstringopts.cpp259 eliminate_initialize(n->as_Allocate()->initialization());
739 InitializeNode* init = an->initialization();
H A Dcallnode.hpp812 // Return the corresponding initialization barrier (or null if none).
814 // (Note: Both InitializeNode::allocation and AllocateNode::initialization
816 InitializeNode* initialization();
822 // Convenience for initialization->maybe_set_complete(phase)
H A Dcallnode.cpp1239 // Create a cast which is control dependent on the initialization to
1242 length->set_req(0, initialization()->proj_out(0));
H A DphaseX.cpp1373 // If changed initialization activity, check dependent Stores
1375 InitializeNode* init = use->as_Allocate()->initialization();
H A Descape.cpp1121 InitializeNode* ini = n->as_Allocate()->initialization();
1405 InitializeNode* ini = alloc->as_Allocate()->initialization();
1412 // Connection Graph does not record a default initialization by NULL
1932 // Allocation initialization, ThreadLocal field access, unsafe access
2082 "offset must be a constant or it is initialization of array");
2546 // Stop if this is the initialization for the object instance which
2577 // Can not bypass initialization of the instance
H A DgraphKit.cpp2981 // Hook selected additional alias categories on the initialization.
3014 // put in an initialization barrier
3017 assert(alloc->initialization() == init, "2-way macro link must work");
3021 // initialization, and source them from the new InitializeNode.
3364 InitializeNode* AllocateNode::initialization() { function in class:AllocateNode
H A Dmemnode.cpp130 // Stop if this is the initialization for the object instance which
142 // Can not bypass initialization of the instance
598 // Can not bypass initialization of the instance
1044 // A load from an initialization barrier can match a captured store.
2289 // When a store immediately follows a relevant allocation/initialization,
2290 // try to capture it into the initialization, or hoist it above.
2685 // Can not bypass initialization of the instance we are looking for.
2689 InitializeNode* init = alloc->initialization();
2945 // An InitializeNode collects and isolates object initialization after
2984 // InitializeNode, to perform arbitrary initialization o
[all...]
H A Dlibrary_call.cpp2859 // But we must make an explicit check for initialization.
4145 alloc->initialization()->set_complete_with_arraycopy();
4594 // See if this is the initialization of a newly-allocated array.
4608 InitializeNode* init = alloc->initialization();
5040 // The arraycopy will finish the initialization, and provide
5046 // Helper for initialization of arrays, creating a ClearArray.
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp269 breakpoint_type = 12, // an initialization barrier or safepoint
1270 initialization = 1, enumerator in enum:breakpoint_Relocation::__anon214
H A DrelocInfo.cpp1005 bool enabled = (kind == initialization);

Completed in 126 milliseconds