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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp118 jlong as_jlong() const { type_check(T_LONG ); return _value.get_jlong(); } function in class:LIR_Const
452 jlong as_jlong() const { return as_constant_ptr()->as_jlong(); } function in class:LIR_OprDesc

Completed in 106 milliseconds