Searched refs:ipush (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp161 void ipush(Value t) { _stack.push(check(intTag , t)); } function in class:ValueStack
170 case intTag : ipush(t); return;
H A Dc1_GraphBuilder.hpp211 void ipush(Value t) const { state()->ipush(t); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp1115 ipush(l->x());
1121 ipush(append(new LogicOp(Bytecodes::_iand, l->x(), s)));
1145 ipush(append(new CompareOp(code, x, y, state_before)));
1158 ipush(append(new Constant(new IntConstant(delta))));
2019 ipush(append_split(i));
2492 case Bytecodes::_iconst_m1 : ipush(append(new Constant(new IntConstant (-1)))); break;
2493 case Bytecodes::_iconst_0 : ipush(append(new Constant(intZero ))); break;
2494 case Bytecodes::_iconst_1 : ipush(append(new Constant(intOne ))); break;
2495 case Bytecodes::_iconst_2 : ipush(append(new Constant(new IntConstant ( 2)))); break;
2496 case Bytecodes::_iconst_3 : ipush(appen
[all...]

Completed in 32 milliseconds