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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp35 class IntConstant;
71 extern IntConstant* intZero;
72 extern IntConstant* intOne;
106 virtual ValueType* base() const = 0; // the 'canonical' type (e.g., intType for an IntConstant)
149 virtual IntConstant* as_IntConstant() { return NULL; }
188 class IntConstant: public IntType { class in inherits:IntType
193 IntConstant(jint value) { _value = value; } function in class:IntConstant
198 virtual IntConstant* as_IntConstant() { return this; }

Completed in 791 milliseconds