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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp712 projs->fallthrough_ioproj = NULL;
749 projs->fallthrough_ioproj = pn;
778 assert(Compile::current()->inlining_incrementally() || projs->fallthrough_ioproj != NULL, "must be found");
H A Dstringopts.cpp322 if (projs.fallthrough_ioproj != NULL) {
323 C->gvn_replace_by(projs.fallthrough_ioproj, call->in(TypeFunc::I_O));
H A Dcallnode.hpp502 Node* fallthrough_ioproj; member in class:CallProjections
H A DgraphKit.cpp1786 if (callprojs.fallthrough_ioproj != NULL) {
1787 C->gvn_replace_by(callprojs.fallthrough_ioproj, final_io);

Completed in 70 milliseconds