Searched refs:maybe_set_complete (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp822 // Convenience for initialization->maybe_set_complete(phase)
823 bool maybe_set_complete(PhaseGVN* phase);
H A Dstringopts.cpp1443 char_alloc->maybe_set_complete(_gvn);
H A Dlibrary_call.cpp4141 guarantee(alloc != NULL && alloc->maybe_set_complete(&_gvn), "");
4606 && alloc->maybe_set_complete(&_gvn)) {
H A Dmemnode.cpp3061 bool AllocateNode::maybe_set_complete(PhaseGVN* phase) { function in class:AllocateNode

Completed in 110 milliseconds