Searched refs:set_jint (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp624 void set_jint(jint i) { _value.i = i;} function in class:JavaValue
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp436 v.set_jint(c->value());
H A Dc1_LIR.hpp97 LIR_Const(jint i, bool is_address=false) { _value.set_type(is_address?T_ADDRESS:T_INT); _value.set_jint(i); }
108 _value.set_type(T_INT); _value.set_jint((jint)p);
/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp1244 v.set_jint(ti->get_con());

Completed in 86 milliseconds