Lines Matching defs:unique
124 // Allocate node stack of size C->unique()+8 to avoid frequent realloc
125 GrowableArray <Node *> spstack(C->unique()+8);
189 // tree, or else there will not be a unique deepest block.
206 Node_Stack nstack(roots.Size() + 8); // (unique >> 1) + 24 from Java2D stats
419 // tree, or else there will not be a unique deepest block.
487 // by the unique point in the dom tree where all memory effects
515 DEBUG_ONLY(GrowableArray<uint> phi_inputs(area, C->unique(),0,0));
1250 void PhaseCFG::GlobalCodeMotion( Matcher &matcher, uint unique, Node_List &proj_list ) {
1274 stack.map( (unique >> 1) + 16, NULL); // Pre-grow the list
1303 unique = C->unique();
1347 uint max_idx = C->unique();