Home
last modified time | relevance | path

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

/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/test/959-invoke-polymorphic-accessors/src/
DMain.java150 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar() method in Main.InvokeExactTester
168 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar() method in Main.InvokeExactTester
169 getChar(m, null, value, expectFailure); in getChar()
482 getChar(methodHandle, valueHolder, charValue, in tryAccessor()
484 getChar(methodHandle, charValue, in tryAccessor()
/art/test/064-field-access/src/
DMain.java81 result = field.getChar(obj); in getValue()
655 result = field.getChar(obj); in getValue()
/art/runtime/native/
Dsun_misc_Unsafe.cc530 FAST_NATIVE_METHOD(Unsafe, getChar, "(Ljava/lang/Object;J)C"),
544 OVERLOADED_FAST_NATIVE_METHOD(Unsafe, getChar, "(J)C", getCharJ),
Djava_lang_reflect_Field.cc510 FAST_NATIVE_METHOD(Field, getChar, "(Ljava/lang/Object;)C"),