Searched defs:newType (Results 1 - 24 of 24) sorted by relevance

/openjdk10/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/linker/
H A DMethodTypeConversionStrategy.java105 public MethodHandle asType(final MethodHandle target, final MethodType newType); argument
H A DGuardedInvocation.java348 public GuardedInvocation asType(final MethodType newType) { argument
362 public GuardedInvocation asType(final LinkerServices linkerServices, final MethodType newType) { argument
379 public GuardedInvocation asTypeSafeReturn(final LinkerServices linkerServices, final MethodType newType) { argument
[all...]
/openjdk10/hotspot/test/compiler/jsr292/patches/java.base/java/lang/invoke/
H A DMethodHandleHelper.java96 public MethodHandle asTypeUncached(MethodType newType) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJVar.java144 public JType type(JType newType) { argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DDelegatingMethodHandle.java56 abstract MethodHandle asTypeUncached(MethodType newType); argument
H A DMethodHandle.java761 public MethodHandle asType(MethodType newType) { argument
775 private MethodHandle asTypeCached(MethodType newType) { argument
784 asTypeUncached(MethodType newType) argument
1474 viewAsType(MethodType newType, boolean strict) argument
1485 viewAsTypeChecks(MethodType newType, boolean strict) argument
[all...]
H A DLambdaFormEditor.java626 LambdaForm filterArgumentForm(int pos, BasicType newType) { argument
768 LambdaForm filterReturnForm(BasicType newType, boolean constantZero) { argument
[all...]
H A DMethodType.java857 boolean isViewableAs(MethodType newType, boolean keepInterfaces) { argument
874 boolean isConvertibleTo(MethodType newType) { argument
908 explicitCastEquivalentToAsType(MethodType newType) argument
[all...]
H A DMethodHandleImpl.java527 public MethodHandle asTypeUncached(MethodType newType) { argument
554 viewAsTypeChecks(MethodType newType, boolean strict) argument
832 asTypeUncached(MethodType newType) argument
1318 asTypeUncached(MethodType newType) argument
1370 asTypeUncached(MethodType newType) argument
[all...]
H A DMethodHandles.java3047 MethodHandle explicitCastArguments(MethodHandle target, MethodType newType) { argument
3058 private static void explicitCastArgumentsChecks(MethodHandle target, MethodType newType) { argument
3127 permuteArguments(MethodHandle target, MethodType newType, int... reorder) argument
3248 permuteArgumentChecks(int[] reorder, MethodType newType, MethodType oldType) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DToken.java131 public static long recast(final long token, final TokenType newType) { argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DMethodEntry.java99 public void type (SymtabEntry newType) argument
H A DSymtabEntry.java183 public void type (SymtabEntry newType) argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DAbstractObjectStamp.java49 protected abstract AbstractObjectStamp copyWith(ResolvedJavaType newType, boolean newExactType, boolean newNonNull, boolean newAlwaysNull); argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java195 protected SpillProperty(final SpillProperty property, final Class<?> newType) { argument
205 public Property copy(final Class<?> newType) { argument
H A DUserAccessorProperty.java130 private UserAccessorProperty(final UserAccessorProperty property, final Class<?> newType) { argument
140 public Property copy(final Class<?> newType) { argument
H A DAccessorProperty.java322 protected AccessorProperty(final AccessorProperty property, final Class<?> newType) { argument
386 public Property copy(final Class<?> newType) { argument
675 private MethodHandle debugReplace(final Class<?> oldType, final Class<?> newType, final PropertyMap oldMap, final PropertyMap newMap) { argument
H A DProperty.java165 public abstract Property copy(final Class<?> newType); argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBootstrap.java457 private static MethodHandle unboxReturnType(final MethodHandle target, final MethodType newType) { argument
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DJavaLangAccess.java64 boolean casAnnotationType(Class<?> klass, AnnotationType oldType, AnnotationType newType); argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java631 private void setIndirectType(TypeCodeImpl newType) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJOptionPane.java2060 public void setMessageType(int newType) { argument
2067 private static void checkMessageType(int newType){ argument
2107 setOptionType(int newType) argument
2114 checkOptionType(int newType) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrays.java3716 public static <T,U> T[] copyOf(U[] original, int newLength, Class<? extends T[]> newType) { argument
3986 public static <T,U> T[] copyOfRange(U[] original, int from, int to, Class<? extends T[]> newType) { argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DClass.java3756 boolean casAnnotationType(AnnotationType oldType, AnnotationType newType) { argument
2882 casAnnotationType(Class<?> clazz, AnnotationType oldType, AnnotationType newType) argument

Completed in 241 milliseconds