Home
last modified time | relevance | path

Searched refs:explicitCast (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/lang/constant/
DConvertTest.java51 ConstantBootstraps.explicitCast(null, null, dstType, value); in testBadConversion()
76 Object actual = ConstantBootstraps.explicitCast(null, null, dstType, value); in testSuccess()
/libcore/ojluni/src/main/java/java/lang/invoke/
DConstantBootstraps.java413 …public static Object explicitCast(MethodHandles.Lookup lookup, String name, Class<?> dstType, Obje… in explicitCast() method in ConstantBootstraps
DTransformers.java2323 explicitCast(reader, fromTypes[i], writer, toTypes[i]); in explicitCastArguments()
2345 explicitCast(reader, target.type().rtype(), writer, type().rtype()); in explicitCastReturnValue()
2926 private static void explicitCast( in explicitCast() method in Transformers.ExplicitCastArguments