Home
last modified time | relevance | path

Searched refs:byteValue (Results 1 – 7 of 7) sorted by relevance

/art/test/070-nio-buffer/src/
DMain.java130 final byte byteValue = -5; in storeValues()
138 if (directBuf.put(1, byteValue).get(1) != byteValue) { in storeValues()
/art/test/952-invoke-custom/util-src/annotations/
DConstant.java30 byte[] byteValue() default {}; in byteValue() method
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java132 } else if (constant.byteValue().length == 1) { in visitMethod()
133 return constant.byteValue()[0]; in visitMethod()
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java482 byte byteValue = value instanceof Byte ? ((Byte) value).byteValue() : (byte) 0; in tryAccessor()
483 setByte(methodHandle, valueHolder, byteValue, in tryAccessor()
485 setByte(methodHandle, byteValue, in tryAccessor()
487 getByte(methodHandle, valueHolder, byteValue, in tryAccessor()
489 getByte(methodHandle, byteValue, in tryAccessor()
/art/test/952-invoke-custom/src/
DTestBadBootstrapArguments.java250 @Constant(byteValue = Byte.MAX_VALUE),
/art/test/912-classes/
Dexpected.txt26 …) throws java.lang.NumberFormatException, public byte java.lang.Integer.byteValue(), public int ja…
/art/test/dexdump/
Dinvoke-custom.txt1014 …d={ Lannotations/Constant; booleanValue={ true } Lannotations/Constant; byteValue={ 127 } Lannotat…