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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp711 projs->fallthrough_catchproj = NULL;
736 projs->fallthrough_catchproj = cpn;
776 assert(Compile::current()->inlining_incrementally() || projs->fallthrough_catchproj != NULL, "must be found");
H A Dstringopts.cpp313 if (projs.fallthrough_catchproj != NULL) {
314 C->gvn_replace_by(projs.fallthrough_catchproj, call->in(TypeFunc::Control));
H A Dcallnode.hpp500 Node* fallthrough_catchproj; member in class:CallProjections
H A DgraphKit.cpp1780 if (callprojs.fallthrough_catchproj != NULL) {
1781 C->gvn_replace_by(callprojs.fallthrough_catchproj, final_ctl);

Completed in 59 milliseconds