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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DIntType.java27 public interface IntType extends Type { interface in inherits:Type
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DIntType.java21 * $Id: IntType.java,v 1.2.4.1 2005/09/05 11:14:44 pvedula Exp $
56 public final class IntType extends NumberType { class in inherits:NumberType
57 protected IntType() {} method in class:IntType
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp34 class IntType;
58 extern IntType* intType;
138 virtual IntType* as_IntType() { return NULL; }
178 class IntType: public ValueType { class in inherits:ValueType
180 IntType(): ValueType(intTag, 1) {} function in class:IntType
184 virtual IntType* as_IntType() { return this; }
188 class IntConstant: public IntType {
202 class IntInterval: public IntType {

Completed in 44 milliseconds