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

/art/test/711-checker-type-conversion/src/
H A DMain.java116 static char $noinline$getChar() {
158 byteArr[0] = (byte)$noinline$getChar();
167 shortArr[0] = (short)$noinline$getChar();
176 intArr[0] = $noinline$getChar();
/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DParser.java402 data[i] = hprof.getChar();
911 public char getChar() { method in class:Parser.HprofBuffer
912 return mBuffer.getChar();
974 case CHAR: return Value.pack(getChar());
994 case CHAR: return Value.pack(getChar());
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java165 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) method in class:Main.InvokeExactTester
183 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { method in class:Main.InvokeExactTester
184 getChar(m, null, value, expectFailure);
497 getChar(methodHandle, valueHolder, charValue,
499 getChar(methodHandle, charValue,

Completed in 156 milliseconds