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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1689 int eidx = end_idx(); local
1690 Node *n = _nodes[eidx]; // Get ending Node
1725 if( _nodes[i + eidx + 1]->Opcode() == Op_IfFalse ) {
1737 const CatchProjNode *ci = _nodes[i + eidx + 1]->as_CatchProj();
1773 int eidx = end_idx(); local
1774 Node *n = _nodes[eidx]; // Get ending Node
1798 const CatchProjNode *ci = _nodes[i + eidx + 1]->as_CatchProj();
1825 int eidx = end_idx(); local
1826 Node *n = _nodes[eidx]; // Get ending Node
1833 return _nodes[i + eidx
1870 int eidx = end_idx(); local
[all...]
H A Ddomgraph.cpp221 int eidx = b->end_idx();
222 Node *n = b->_nodes[eidx];
229 if( b->_nodes[eidx+1]->Opcode() == Op_IfFalse )
236 if( b->_nodes[eidx+1+freq_idx]->as_CatchProj()->_con == CatchProjNode::fall_through_index )

Completed in 37 milliseconds