Searched defs:dpop (Results 1 - 2 of 2) 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

Completed in 25 milliseconds