Searched defs:type (Results 51 - 75 of 2288) sorted by relevance

1234567891011>>

/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DStructMember.java59 public org.omg.CORBA.TypeCode type; field in class:StructMember
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java55 protected String vtblSymbolForType(Type type) { argument
H A DWin32VtblAccess.java44 protected String vtblSymbolForType(Type type) { argument
H A DHotSpotSolarisVtblAccess.java41 protected String vtblSymbolForType(Type type) { argument
H A DLinuxVtblAccess.java47 protected String vtblSymbolForType(Type type) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DArgumentSizeComputer.java32 protected void set(int size, int type) { if (!isReturnType()) this.size += size; } argument
H A DResultTypeFinder.java32 protected void set(int size, int type) { if (isReturnType()) this.type = type; } argument
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DVMFlag.java38 public final String type; field in class:VMFlag
45 VMFlag(String name, String type, Object value) { argument
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSourceProvider.java28 boolean supports(String type); argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DVtblAccess.java44 public Address getVtblForType(Type type); argument
/openjdk9/jdk/src/java.base/share/classes/java/security/cert/
H A DCRL.java49 private String type; field in class:CRL
60 protected CRL(String type) { argument
[all...]
/openjdk9/jdk/src/java.base/macosx/classes/apple/security/
H A DAppleProvider.java46 ProviderService(Provider p, String type, String algo, String cn) { argument
/openjdk9/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSNIMatcher.java54 private final int type; field in class:SNIMatcher
65 protected SNIMatcher(int type) { argument
[all...]
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1YCTypes.hpp40 static const char* to_string(G1YCType type) { argument
/openjdk9/hotspot/src/share/vm/memory/
H A Duniverse.inline.hpp34 inline bool Universe::element_type_should_be_aligned(BasicType type) { argument
40 inline bool Universe::field_type_should_be_aligned(BasicType type) { argument
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkBuilder.hpp212 llvm::Value* CreateInlineMetadata(ciMetadata* metadata, llvm::PointerType* type, const char* name = "") { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DDataPointerConstant.java
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/type/
H A DHotSpotLIRKindTool.java
/openjdk9/hotspot/test/native/oops/
H A Dtest_arrayOop.cpp38 static bool check_max_length_overflow(BasicType type) { argument
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DStaticMemberVariableFactory.java38 private final Type type; field in class:StaticMemberVariableFactory
42 StaticMemberVariableFactory(TypeKlass ownerClass, Type type, int flags) { argument
H A DLocalVariableFactory.java37 private final Type type; field in class:LocalVariableFactory
40 LocalVariableFactory(Type type, int flags) { argument
/openjdk9/hotspot/test/compiler/compilercontrol/share/scenario/
H A DJcmdCommand.java31 JcmdCommand(Command command, MethodDescriptor methodDescriptor, Scenario.Compiler compiler, Scenario.Type type, Scenario.JcmdType jcmdType) argument
/openjdk9/hotspot/test/compiler/codecache/
H A DOverflowCodeCacheTest.java66 private final BlobType type; field in class:OverflowCodeCacheTest
68 private OverflowCodeCacheTest(BlobType type) { argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/xpath/
H A DXPathExpression.java256 evaluateExpression(Object item, Class<T> type) argument
348 evaluateExpression(InputSource source, Class<T> type) argument
[all...]
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathExpression.java90 evaluate(Node contextNode, short type, Object result) argument
[all...]

Completed in 283 milliseconds

1234567891011>>