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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp119 jfloat as_jfloat() const { type_check(T_FLOAT ); return _value.get_jfloat(); } function in class:LIR_Const
453 jfloat as_jfloat() const { return as_constant_ptr()->as_jfloat(); } function in class:LIR_OprDesc

Completed in 204 milliseconds