Searched refs:setLong (Results 1 – 6 of 6) sorted by relevance
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 246 public static long setLong(Second s, long value) { in setLong() method in Main 1182 assertEquals(111L, setLong(s, 111L)); in main()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 263 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) in setLong() method in Main.InvokeExactTester 280 static void setLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { in setLong() method in Main.InvokeExactTester 281 setLong(m, null, value, expectFailure); in setLong() 523 setLong(methodHandle, valueHolder, longValue, in tryAccessor() 525 setLong(methodHandle, longValue, in tryAccessor()
|
/art/test/045-reflect-array/src/ |
D | Main.java | 140 Array.setLong(longArray, 1, 0x1122334455667788L); in testSingleLong()
|
/art/test/046-reflect/src/ |
D | Main.java | 256 field.setLong(instance, 0x9988776655443322L); in run() 288 field.setLong(instance, 123); in run()
|
/art/test/100-reflect2/src/ |
D | Main.java | 63 f.setLong(null, 63); in testFieldReflection()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 548 FAST_NATIVE_METHOD(Field, setLong, "(Ljava/lang/Object;J)V"),
|