Lines Matching refs:push

54   push(ld);
651 push(res);
680 push(res);
718 push( _gvn.transform(phi) );
724 push( _gvn.transform( new (C) ModINode(control(),a,b) ) );
747 push(_gvn.makecon(ret_addr));
1406 push(zerocon(T_FLOAT));
1410 push(makecon(TypeF::ONE));
1414 push(makecon(TypeF::make(2.0f)));
1425 case Bytecodes::_iconst_m1:push(intcon(-1)); break;
1426 case Bytecodes::_iconst_0: push(intcon( 0)); break;
1427 case Bytecodes::_iconst_1: push(intcon( 1)); break;
1428 case Bytecodes::_iconst_2: push(intcon( 2)); break;
1429 case Bytecodes::_iconst_3: push(intcon( 3)); break;
1430 case Bytecodes::_iconst_4: push(intcon( 4)); break;
1431 case Bytecodes::_iconst_5: push(intcon( 5)); break;
1432 case Bytecodes::_bipush: push(intcon(iter().get_constant_u1())); break;
1433 case Bytecodes::_sipush: push(intcon(iter().get_constant_u2())); break;
1434 case Bytecodes::_aconst_null: push(null()); break;
1455 guarantee(pushed, "must be possible to push this constant");
1461 push( local(0) );
1464 push( local(1) );
1467 push( local(2) );
1470 push( local(3) );
1473 push( local(iter().get_index()) );
1478 push( local(0) );
1482 push( local(1) );
1486 push( local(2) );
1490 push( local(3) );
1494 push( local(iter().get_index()) );
1591 push(a);
1592 push(b);
1596 push(a);
1597 push(a);
1602 push( a );
1603 push( b );
1604 push( a );
1610 push( a );
1611 push( c );
1612 push( b );
1613 push( a );
1618 push( b );
1619 push( a );
1620 push( b );
1621 push( a );
1631 push( b );
1632 push( a );
1633 push( c );
1634 push( b );
1635 push( a );
1645 push( b );
1646 push( a );
1647 push( d );
1648 push( c );
1649 push( b );
1650 push( a );
1659 push(load_array_length(a));
1743 push( _gvn.transform( new (C) DivINode(control(),a,b) ) );
1747 push( _gvn.transform( new (C) MulINode(a,b) ) );
1751 push( _gvn.transform( new (C) AddINode(a,b) ) );
1755 push( _gvn.transform( new (C) SubINode(_gvn.intcon(0),a)) );
1759 push( _gvn.transform( new (C) SubINode(a,b) ) );
1763 push( _gvn.transform( new (C) AndINode(a,b) ) );
1767 push( _gvn.transform( new (C) OrINode(a,b) ) );
1771 push( _gvn.transform( new (C) XorINode(a,b) ) );
1775 push( _gvn.transform( new (C) LShiftINode(a,b) ) );
1779 push( _gvn.transform( new (C) RShiftINode(a,b) ) );
1783 push( _gvn.transform( new (C) URShiftINode(a,b) ) );
1789 push(b);
1797 push( d );
1805 push( d );
1813 push( d );
1821 push( d );
1831 push( d );
1843 push(c);
1856 push(c);
1861 push(_gvn.transform(new (C) ConvF2INode(a)));
1867 push( b );
1881 push( b );
1894 push(c);
1980 push(c);
1994 push(c);
2108 push(c);
2118 push( _gvn.transform( new (C) ConvL2INode(a)));
2130 push( a );
2136 push( a );
2140 push( _gvn.transform( new (C) AndINode(a,_gvn.intcon(0xFFFF)) ) );
2147 push (b);