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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp185 Value dpop() { Value h = _stack.pop(); return check(doubleTag, _stack.pop(), h); } function in class:ValueStack
192 case doubleTag : return dpop();
H A Dc1_GraphBuilder.hpp221 Value dpop() { return state()->dpop(); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp2665 case Bytecodes::_dreturn : method_return(dpop()); break;
3064 method_return(dpop());

Completed in 42 milliseconds