Searched refs:_fallthroughcatchproj (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp71 ProjNode *_fallthroughcatchproj; member in class:PhaseMacroExpand
H A Dmacro.cpp162 _fallthroughcatchproj = NULL;
184 _fallthroughcatchproj = cpn;
904 assert(init->in(TypeFunc::Control) == _fallthroughcatchproj, "allocation control projection");
905 _igvn.replace_node(ctrl_proj, _fallthroughcatchproj);
928 if (_fallthroughcatchproj != NULL) {
929 _igvn.replace_node(_fallthroughcatchproj, alloc->in(TypeFunc::Control));
1515 if (_fallthroughcatchproj != NULL) {
1516 ctrl = _fallthroughcatchproj->clone();
1518 _igvn.replace_node(_fallthroughcatchproj, result_region);

Completed in 38 milliseconds