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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp38 class LongConstant;
150 virtual LongConstant* as_LongConstant() { return NULL; }
231 class LongConstant: public LongType { class in inherits:LongType
236 LongConstant(jlong value) { _value = value; } function in class:LongConstant
241 virtual LongConstant* as_LongConstant() { return this; }

Completed in 32 milliseconds