Searched refs:findStaticGetter (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 550 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_z", boolean.class), in testBooleanSettersAndGetters() 570 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_b", byte.class), in testByteSettersAndGetters() 590 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_c", char.class), in testCharSettersAndGetters() 610 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_s", short.class), in testShortSettersAndGetters() 630 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_i", int.class), in testIntSettersAndGetters() 650 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_f", float.class), in testFloatSettersAndGetters() 670 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_d", double.class), in testDoubleSettersAndGetters() 690 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_j", long.class), in testLongSettersAndGetters() 709 tryAccessor(lookup.findStaticGetter(ValueHolder.class, "s_l", String.class), in testStringSettersAndGetters() 722 MethodHandle mh = lookup.findStaticGetter(ValueHolder.class, "s_fi", int.class); in testLookup() [all …]
|
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 73 …public MethodHandle findStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchField… in findStaticGetter() method in MethodHandles.Lookup
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 512 public java.lang.invoke.MethodHandle findStaticGetter( in findStaticGetter() method in MethodHandles.Lookup
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 1404 …public MethodHandle findStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchField… in findStaticGetter() method in MethodHandles.Lookup
|