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

/openjdk9/hotspot/src/share/vm/opto/
H A Dcallnode.hpp914 // Convenience for initialization->maybe_set_complete(phase)
915 bool maybe_set_complete(PhaseGVN* phase);
H A Dlibrary_call.cpp1446 if (alloc->maybe_set_complete(&_gvn)) {
1538 if (alloc->maybe_set_complete(&_gvn)) {
1622 if (alloc->maybe_set_complete(&_gvn)) {
3893 alloc->maybe_set_complete(&_gvn);
4534 guarantee(alloc != NULL && alloc->maybe_set_complete(&_gvn), "");
H A DmacroArrayCopy.cpp302 && alloc->maybe_set_complete(&_igvn)) {
H A Dstringopts.cpp1656 byte_alloc->maybe_set_complete(_gvn);
H A Dmemnode.cpp3167 bool AllocateNode::maybe_set_complete(PhaseGVN* phase) { function in class:AllocateNode

Completed in 194 milliseconds