Searched defs:getByte (Results 1 - 3 of 3) sorted by last modified time

/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DParser.java923 public byte getByte() { method in class:Parser.HprofBuffer
977 case BYTE: return Value.pack(getByte());
997 case BYTE: return Value.pack(getByte());
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java122 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) method in class:Main.InvokeExactTester
140 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { method in class:Main.InvokeExactTester
141 getByte(m, null, value, expectFailure);
487 getByte(methodHandle, valueHolder, byteValue,
489 getByte(methodHandle, byteValue,
/art/test/711-checker-type-conversion/src/
H A DMain.java108 static byte $noinline$getByte() {
131 shortArr[0] = $noinline$getByte();
140 charArr[0] = (char)$noinline$getByte();
149 intArr[0] = $noinline$getByte();

Completed in 322 milliseconds