Home
last modified time | relevance | path

Searched refs:getChar (Results 1 – 9 of 9) sorted by relevance

/art/test/711-checker-type-conversion/src/
DMain.java116 static char $noinline$getChar() { in $noinline$getChar()
158 byteArr[0] = (byte)$noinline$getChar(); in charToByte()
167 shortArr[0] = (short)$noinline$getChar(); in charToShort()
176 intArr[0] = $noinline$getChar(); in charToInt()
/art/test/660-store-8-16/src/
DMain.java34 expectEquals(0x101, cls.getField("staticCharField").getChar(null)); in main()
61 expectEquals(0x101, cls.getField("staticCharField").getChar(args[0])); in main()
/art/test/100-reflect2/src/
DMain.java38 System.out.println(f.getChar(null)); in testFieldReflection()
72 System.out.println(f.getChar(null)); in testFieldReflection()
107 System.out.println(f.getChar(null)); in testFieldReflection()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java456 data[i] = hprof.getChar(); in parseInternal()
982 public char getChar() { in getChar() method in Parser.HprofBuffer
983 return mBuffer.getChar(); in getChar()
1045 case CHAR: return Value.pack(getChar());
1065 case CHAR: return Value.pack(getChar());
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java165 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar() method in Main.InvokeExactTester
183 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar() method in Main.InvokeExactTester
184 getChar(m, null, value, expectFailure); in getChar()
497 getChar(methodHandle, valueHolder, charValue, in tryAccessor()
499 getChar(methodHandle, charValue, in tryAccessor()
/art/test/064-field-access/src/
DMain.java85 result = field.getChar(obj); in getValue()
663 result = field.getChar(obj); in getValue()
/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestHelpers.java97 return buffer.order(order).getChar(index); in getBytesAs_char()
/art/runtime/native/
Dsun_misc_Unsafe.cc576 FAST_NATIVE_METHOD(Unsafe, getChar, "(Ljava/lang/Object;J)C"),
592 OVERLOADED_FAST_NATIVE_METHOD(Unsafe, getChar, "(J)C", getCharJ),
Djava_lang_reflect_Field.cc514 FAST_NATIVE_METHOD(Field, getChar, "(Ljava/lang/Object;)C"),