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

/art/test/711-checker-type-conversion/src/
H A DMain.java112 static short $noinline$getShort() {
185 byteArr[0] = (byte)$noinline$getShort();
194 charArr[0] = (char)$noinline$getShort();
203 intArr[0] = $noinline$getShort();
/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DParser.java436 data[i] = hprof.getShort();
896 return mBuffer.getShort() & 0xFFFF;
931 public short getShort() { method in class:Parser.HprofBuffer
932 return mBuffer.getShort();
978 case SHORT: return Value.pack(getShort());
998 case SHORT: return Value.pack(getShort());
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java208 static void getShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) method in class:Main.InvokeExactTester
221 static void getShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { method in class:Main.InvokeExactTester
222 getShort(m, null, value, expectFailure);
507 getShort(methodHandle, valueHolder, shortValue,
509 getShort(methodHandle, shortValue,

Completed in 67 milliseconds