Searched refs:Type (Results 76 - 100 of 1583) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DBaseClass.java33 public Type getType();
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DAnnotatedType.java74 public Type getType();
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DType.java33 * A Type may be used to represent a run-time type:
46 * The following tables illustrate which subinterfaces of Type
52 * <TH scope="col" style="width:25em">Type declared in target as</TH>
90 * <TH scope="col" style="width:15em">Type declared in target as</TH>
130 * @see Value Value - for relationship between Type and Value
138 public interface Type extends Mirror { interface in inherits:Mirror
148 * @see <a href="doc-files/signature.html">Type Signatures</a>
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DArrayType.java30 * It overrides the relevant methods in class Type.
39 class ArrayType extends Type {
43 Type elemType;
46 * Construct an array type. Use Type.tArray to create
49 ArrayType(String typeSig, Type elemType) {
54 public Type getElementType() {
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicMemberFunctionType.java32 private Type containingClass;
33 private Type thisType;
38 Type returnType,
39 Type containingClass,
40 Type thisType,
47 Type returnType,
48 Type containingClass,
49 Type thisType,
60 public Type getContainingClass() { return containingClass; }
61 public Type getThisTyp
[all...]
H A DBasicFunctionType.java32 private Type returnType;
35 public BasicFunctionType(String name, int size, Type returnType) {
39 protected BasicFunctionType(String name, int size, Type returnType, int cvAttributes) {
46 public Type getReturnType() { return returnType; }
49 public Type getArgumentType(int i) {
50 return (Type) argumentTypes.get(i);
52 public void addArgumentType(Type t) {
59 Type resolveTypes(BasicCDebugInfoDataBase db, ResolveListener listener) {
64 iter.set(db.resolveType(this, (Type) iter.next(), listener, "resolving function argument types"));
76 protected Type createCVVarian
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotCallingConventionType.java26 import jdk.vm.ci.code.CallingConvention.Type;
28 public enum HotSpotCallingConventionType implements CallingConvention.Type {
50 public static final Type[] VALUES = values();
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DValueContainer.java29 import com.sun.jdi.Type;
38 Type type() throws ClassNotLoadedException;
39 Type findType(String signature) throws ClassNotLoadedException;
H A DTypeImpl.java28 import com.sun.jdi.Type;
31 public abstract class TypeImpl extends MirrorImpl implements Type {
49 if ((obj != null) && (obj instanceof Type)) {
50 Type other = (Type)obj;
/openjdk10/jdk/test/sun/util/locale/provider/
H A DBug8163350.java34 import sun.util.locale.provider.LocaleProviderAdapter.Type;
39 List<Type> preferenceList = LocaleProviderAdapter.getAdapterPreference();
40 if (preferenceList.contains(Type.FALLBACK)) {
/openjdk10/hotspot/src/share/vm/opto/
H A Dmulnode.hpp56 // Compute a new Type for this node. Basically we just do the pre-check,
58 virtual const Type* Value(PhaseGVN* phase) const;
64 virtual const Type *mul_ring( const Type *, const Type * ) const = 0;
67 virtual const Type *mul_id() const = 0;
70 virtual const Type *add_id() const = 0;
87 virtual const Type *mul_ring( const Type *, const Type * ) cons
[all...]
H A Dmathexactnode.hpp42 virtual const Type* sub(const Type* t1, const Type* t2) const;
51 virtual const Type* Value(PhaseGVN* phase) const;
54 virtual bool can_overflow(const Type* t1, const Type* t2) const = 0;
64 virtual const Type* Value(PhaseGVN* phase) const;
67 virtual bool can_overflow(const Type* t1, const Type* t2) const = 0;
78 virtual bool can_overflow(const Type* t
[all...]
H A Dsubnode.hpp50 // Compute a new Type for this node. Basically we just do the pre-check,
52 virtual const Type* Value(PhaseGVN* phase) const;
53 const Type* Value_common( PhaseTransform *phase ) const;
58 virtual const Type *sub( const Type *, const Type * ) const = 0;
62 virtual const Type *add_id() const = 0;
74 virtual const Type *sub( const Type *, const Type * ) cons
[all...]
H A Dnarrowptrnode.hpp34 EncodeNarrowPtrNode(Node* value, const Type* type):
50 EncodePNode(Node* value, const Type* type):
56 virtual const Type* Value(PhaseGVN* phase) const;
65 EncodePKlassNode(Node* value, const Type* type):
71 virtual const Type* Value(PhaseGVN* phase) const;
77 DecodeNarrowPtrNode(Node* value, const Type* type):
93 DecodeNNode(Node* value, const Type* type):
98 virtual const Type* Value(PhaseGVN* phase) const;
108 DecodeNKlassNode(Node* value, const Type* type):
113 virtual const Type* Valu
[all...]
H A Dtype.hpp36 // This class defines a Type lattice. The lattice is used in the constant
45 class Type;
69 //------------------------------Type-------------------------------------------
70 // Basic Type object, represents a set of primitive Values.
72 // different kind of Type exists. Types are never modified after creation, so
74 class Type { class
79 Bad=0, // Type check
146 static int uhash( const Type *const t );
149 virtual bool eq( const Type *t ) const;
159 const Type *_dua
174 Type( TYPES t ) : _dual(NULL), _base(t) {} // Simple types function in class:Type
[all...]
/openjdk10/jdk/test/java/awt/Window/WindowType/
H A DWindowType.java43 private static void test(Window window, Window.Type type) {
51 private static void test(Window.Type type) {
58 test(Window.Type.NORMAL);
59 test(Window.Type.UTILITY);
60 test(Window.Type.POPUP);
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/utils/
H A DTypeUtil.java27 import jdk.test.lib.jittester.Type;
44 public static Collection<Type> getImplicitlyCastable(Collection<Type> types, Type type) {
57 public static Collection<Type> getExplicitlyCastable(Collection<Type> types, Type type) {
70 public static List<Type> getMoreCapaciousThan(Collection<Type> types, BuiltInType type) {
83 public static List<Type> getLessCapaciousOrEqualTha
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/nav/
H A DWildcardTypeImpl.java28 import java.lang.reflect.Type;
37 private final Type[] ub;
38 private final Type[] lb;
40 public WildcardTypeImpl(Type[] ub, Type[] lb) {
45 public Type[] getUpperBounds() {
49 public Type[] getLowerBounds() {
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java96 private final Type type;
131 protected AudioFileFormat(Type type, int byteLength, AudioFormat format, int frameLength) {
150 public AudioFileFormat(Type type, AudioFormat format, int frameLength) {
169 public AudioFileFormat(Type type, AudioFormat format,
179 * @see Type#WAVE
180 * @see Type#AU
181 * @see Type#AIFF
182 * @see Type#AIFC
183 * @see Type#SND
185 public Type getTyp
294 public static class Type { class in class:AudioFileFormat
340 public Type(final String name, final String extension) { method in class:AudioFileFormat.Type
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodType.java30 public final class MethodType extends Type {
31 private final Type _resultType;
34 public MethodType(Type resultType) {
39 public MethodType(Type resultType, Type arg1) {
40 if (arg1 != Type.Void) {
50 public MethodType(Type resultType, Type arg1, Type arg2) {
57 public MethodType(Type resultTyp
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-open-type-private.hh44 template<typename Type, typename TObject>
45 static inline const Type& CastR(const TObject &X)
46 { return reinterpret_cast<const Type&> (X); }
47 template<typename Type, typename TObject>
48 static inline Type& CastR(TObject &X)
49 { return reinterpret_cast<Type&> (X); }
52 template<typename Type, typename TObject>
53 static inline const Type* CastP(const TObject *X)
54 { return reinterpret_cast<const Type*> (X); }
55 template<typename Type, typenam
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DType.java79 * The Type class also contains logic used by the type inference and
86 public abstract class Type implements Comparable<Type>, BytecodeOps, Serializable { class in inherits:Comparable,BytecodeOps,Serializable
108 private static final Map<Class<?>, jdk.internal.org.objectweb.asm.Type> INTERNAL_TYPE_CACHE =
109 Collections.synchronizedMap(new WeakHashMap<Class<?>, jdk.internal.org.objectweb.asm.Type>());
111 /** Internal ASM type for this Type - computed once at construction */
112 private transient final jdk.internal.org.objectweb.asm.Type internalType;
127 Type(final String name, final Class<?> clazz, final int weight, final int slots) { method in class:Type
130 this.descriptor = jdk.internal.org.objectweb.asm.Type.getDescriptor(clazz);
157 * @return the next Type
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/
H A DTypeResolver.java30 import java.lang.reflect.Type;
49 private static final WeakCache<Type, Map<Type, Type>> CACHE = new WeakCache<>();
68 * <p>The purpose of this method is to take a Type from a possibly-inherited
69 * method and replace it with the correct Type for the inheriting class.
78 * @see #resolve(Type,Type)
80 public static Type resolveInClass(Class<?> inClass, Type typ
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/repository/
H A DConstructorRepository.java28 import java.lang.reflect.Type;
47 private volatile Type[] parameterTypes;
50 private volatile Type[] exceptionTypes;
84 public Type[] getParameterTypes() {
85 Type[] value = parameterTypes;
93 public Type[] getExceptionTypes() {
94 Type[] value = exceptionTypes;
102 private Type[] computeParameterTypes() {
107 Type[] parameterTypes = new Type[lengt
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java36 import com.sun.tools.javac.code.Type;
37 import com.sun.tools.javac.code.Type.ArrayType;
38 import com.sun.tools.javac.code.Type.ClassType;
39 import com.sun.tools.javac.code.Type.TypeVar;
40 import com.sun.tools.javac.code.Type.UndetVar;
41 import com.sun.tools.javac.code.Type.UndetVar.InferenceBound;
42 import com.sun.tools.javac.code.Type.WildcardType;
73 List<Type> undetvars;
75 Type update(Type
[all...]

Completed in 302 milliseconds

1234567891011>>