Searched defs:ipush (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp161 void ipush(Value t) { _stack.push(check(intTag , t)); } function in class:ValueStack
H A Dc1_GraphBuilder.hpp217 void ipush(Value t) const { state()->ipush(t); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 12 milliseconds