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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp166 void dpush(Value t) { _stack.push(check(doubleTag , t)); _stack.push(NULL); } function in class:ValueStack
173 case doubleTag : dpush(t); return;
H A Dc1_GraphBuilder.hpp214 void dpush(Value t) const { state()->dpush(t); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp2504 case Bytecodes::_dconst_0 : dpush(append(new Constant(new DoubleConstant( 0)))); break;
2505 case Bytecodes::_dconst_1 : dpush(append(new Constant(new DoubleConstant( 1)))); break;

Completed in 80 milliseconds