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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp117 jint as_jint() const { type_check(T_INT, T_ADDRESS); return _value.get_jint(); } function in class:LIR_Const
451 jint as_jint() const { return as_constant_ptr()->as_jint(); } function in class:LIR_OprDesc

Completed in 100 milliseconds