Searched refs:IntType (Results 1 - 23 of 23) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DIntType.java27 public interface IntType extends Type { interface in inherits:Type
H A DBitType.java27 public interface BitType extends IntType {
H A DEnumType.java30 public interface EnumType extends IntType {
H A DTypeVisitor.java29 public void doIntType(IntType t);
H A DType.java37 public IntType asInt();
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicIntType.java30 public class BasicIntType extends BasicType implements IntType {
42 public IntType asInt() { return this; }
H A DBasicBitType.java56 return ((IntType) underlyingType).isUnsigned();
H A DBasicEnumType.java66 return ((IntType) underlyingType).isUnsigned();
H A DBasicType.java56 public IntType asInt() { return null; }
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp35 class IntType;
65 extern IntType* intType;
148 virtual IntType* as_IntType() { return NULL; }
194 class IntType: public ValueType { class in inherits:ValueType
196 IntType(): ValueType(intTag, 1) {} function in class:IntType
200 virtual IntType* as_IntType() { return this; }
204 class IntConstant: public IntType {
218 class IntInterval: public IntType {
H A Dc1_ValueType.cpp35 IntType* intType = NULL;
59 intType = new (arena) IntType();
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-open-type-private.hh627 struct IntType struct in namespace:OT
631 inline bool operator == (const IntType<Type,Size> &o) const { return (Type) v == (Type) o.v; } argument
632 inline bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); } argument
633 static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } argument
653 typedef IntType<int8_t , 1> CHAR; /* 8-bit signed integer. */
654 typedef IntType<uint8_t , 1> BYTE; /* 8-bit unsigned integer. */
655 typedef IntType<int8_t , 1> INT8; /* 8-bit signed integer. */
656 typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */
657 typedef IntType<int16_
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariable.java35 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
133 if ((_type instanceof IntType) ||
H A DRelationalExpr.java32 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
159 if (tright instanceof IntType) {
H A DEqualityExpr.java38 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
182 if (_right.getType() instanceof IntType) {
H A DPredicate.java40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
303 if (texp instanceof IntType == false) {
H A DSort.java47 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
146 if (type instanceof IntType)
H A DFunctionCall.java40 import com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType;
727 if ((type instanceof BooleanType) || (type instanceof IntType)) {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DIntType.java53 public final class IntType extends NumberType { class in inherits:NumberType
54 protected IntType() {} method in class:IntType
H A DRealType.java98 translateTo(classGen, methodGen, (IntType) type);
144 IntType type) {
H A DType.java36 public static final Type Int = new IntType();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DIntType.java63 class IntType extends BitwiseType { class in inherits:BitwiseType
69 protected IntType() { method in class:IntType
H A DType.java896 public static final BitwiseType INT = putInCache(new IntType());

Completed in 228 milliseconds