Searched defs:type (Results 201 - 225 of 2288) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicVtblAccess.java46 public Address getVtblForType(Type type) { argument
77 protected abstract String vtblSymbolForType(Type type); argument
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFileStore.java74 public abstract String type(); method in class:FileStore
147 public abstract boolean supportsFileAttributeView(Class<? extends FileAttributeView> type); argument
185 getFileStoreAttributeView(Class<V> type) argument
[all...]
H A DStandardWatchEventKinds.java85 private final Class<T> type; field in class:StandardWatchEventKinds.StdWatchEventKind
86 StdWatchEventKind(String name, Class<T> type) { argument
91 @Override public Class<T> type() { return type; } method in class:StandardWatchEventKinds.StdWatchEventKind
H A DWatchEvent.java69 Class<T> type(); method in interface:WatchEvent.Kind
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DKeyRep.java89 private Type type; field in class:KeyRep
129 public KeyRep(Type type, String algorithm, argument
[all...]
/openjdk9/jdk/src/java.base/aix/classes/sun/nio/fs/
H A DAixFileStore.java98 public boolean supportsFileAttributeView(Class<? extends FileAttributeView> type) { argument
/openjdk9/jdk/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxFileStore.java116 public boolean supportsFileAttributeView(Class<? extends FileAttributeView> type) { argument
H A DLinuxFileSystemProvider.java56 getFileAttributeView(Path obj, Class<V> type, LinkOption... options) argument
89 readAttributes(Path file, Class<A> type, LinkOption... options) argument
/openjdk9/jdk/make/src/classes/build/tools/charsetmapping/
H A DDBCS.java40 public static void genClass(String type, Charset cs, argument
H A DSPI.java36 public static void genClass(String type, argument
/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DBorder.java36 @XmlAttribute private BorderType type; field in class:Border
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/ui/
H A DEnableButton.java58 private int type; field in class:EnableButton
67 public EnableButton(Group group, int type) { argument
/openjdk9/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSNIServerName.java50 private final int type; field in class:SNIServerName
74 protected SNIServerName(int type, byte[] encoded) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java58 public String type() { method in class:JrtFileStore
74 public <V extends FileStoreAttributeView> V getFileStoreAttributeView(Class<V> type) { argument
100 public boolean supportsFileAttributeView(Class<? extends FileAttributeView> type) { argument
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DHandler.java93 int type; field in class:Handler
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStampPair.java
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/graphbuilderconf/
H A DClassInitializationPlugin.java31 boolean shouldApply(GraphBuilderContext builder, ResolvedJavaType type); argument
33 ValueNode apply(GraphBuilderContext builder, ResolvedJavaType type, FrameState frameState); argument
/openjdk9/hotspot/src/share/vm/ci/
H A DciType.cpp56 bool ciType::is_subtype_of(ciType* type) { argument
[all...]
/openjdk9/hotspot/src/share/vm/memory/
H A DoopFactory.cpp53 typeArrayOop oopFactory::new_typeArray(BasicType type, int length, TRAPS) { argument
67 BasicType type = LP64_ONLY(T_LONG) NOT_LP64(T_INT); local
74 typeArrayOop oopFactory::new_typeArray_nozero(BasicType type, int length, TRAPS) { argument
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkConstant.cpp37 ciType *type = NULL; local
59 SharkConstant::SharkConstant(ciConstant constant, ciType *type) { argument
/openjdk9/hotspot/src/share/vm/logging/
H A DlogTag.hpp162 enum type { enum in class:LogTag
/openjdk9/hotspot/src/share/vm/runtime/
H A DstackValue.hpp93 BasicType type() const { return _type; } function in class:StackValue
[all...]
/openjdk9/hotspot/src/share/vm/services/
H A DpsMemoryPool.cpp36 PSGenerationPool(PSOldGen* old_gen, const char* name, PoolType type, bool support_usage_threshold) argument
58 EdenMutableSpacePool(PSYoungGen* young_gen, MutableSpace* space, const char* name, PoolType type, bool support_usage_threshold) argument
83 SurvivorMutableSpacePool(PSYoungGen* young_gen, const char* name, PoolType type, bool support_usage_threshold) argument
H A DmemoryPool.cpp45 MemoryPool(const char* name, PoolType type, size_t init_size, size_t max_size, bool support_usage_threshold, bool support_gc_threshold) argument
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dnarrowptrnode.hpp34 EncodeNarrowPtrNode(Node* value, const Type* type): argument
50 EncodePNode(Node* value, const Type* type): argument
65 EncodePKlassNode(Node* value, const Type* type): argument
77 DecodeNarrowPtrNode(Node* value, const Type* type): argument
93 DecodeNNode(Node* value, const Type* type): argument
108 DecodeNKlassNode(Node* value, const Type* type) argument
[all...]

Completed in 143 milliseconds

1234567891011>>