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

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

Completed in 2564 milliseconds