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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp124 address as_pointer() const { type_check(T_LONG ); return (address)_value.get_jlong(); } function in class:LIR_Const
126 address as_pointer() const { type_check(T_INT ); return (address)_value.get_jint(); } function in class:LIR_Const

Completed in 58 milliseconds