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

/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java71 Short, enum constant in enum:Main.InvokeExactTester.PrimitiveType
487 short shortValue = value instanceof Short ? ((Short)value).shortValue() : (short)0;
489 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.IPUT));
491 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.SPUT));
493 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.IGET));
495 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.SGET));
599 Short boxed = new Short(s);
601 valueHolder, PrimitiveType.Short, boxe
[all...]

Completed in 154 milliseconds