Searched refs:byteValue (Results 1 – 7 of 7) sorted by relevance
/art/test/070-nio-buffer/src/ |
D | Main.java | 130 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/ |
D | Constant.java | 30 byte[] byteValue() default {}; in byteValue() method
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 132 } else if (constant.byteValue().length == 1) { in visitMethod() 133 return constant.byteValue()[0]; in visitMethod()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 482 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/ |
D | TestBadBootstrapArguments.java | 250 @Constant(byteValue = Byte.MAX_VALUE),
|
/art/test/912-classes/ |
D | expected.txt | 26 …) throws java.lang.NumberFormatException, public byte java.lang.Integer.byteValue(), public int ja…
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1014 …d={ Lannotations/Constant; booleanValue={ true } Lannotations/Constant; byteValue={ 127 } Lannotat…
|