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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp106 GrowableArray<Node*> alloc_worklist; local
204 // scalar replaceable allocations on alloc_worklist for processing
213 alloc_worklist.append(ptn->ideal_node());
247 bool has_scalar_replaceable_candidates = (alloc_worklist.length() > 0);
250 int alloc_length = alloc_worklist.length();
252 Node* n = alloc_worklist.at(next);
264 split_unique_types(alloc_worklist);
2616 // We start with allocations (and calls which may be allocations) on alloc_worklist.
2619 // Phase 1: Process possible allocations from alloc_worklist. Create instance
2622 // casts and Phi: push users on alloc_worklist
2700 split_unique_types(GrowableArray<Node *> &alloc_worklist) argument
[all...]

Completed in 40 milliseconds