Home
last modified time | relevance | path

Searched refs:findStaticGetter (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java550 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 …]
DMethodHandlesTest.java1988 handle = MethodHandles.lookup().findStaticGetter( in testRevealDirect()
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java73 …public MethodHandle findStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchField… in findStaticGetter() method in MethodHandles.Lookup
/libcore/ojluni/src/main/java/java/lang/constant/
DDirectMethodHandleDescImpl.java166 …case STATIC_GETTER -> lookup.findStaticGetter(resolvedOwner, name, invocationType.ret… in resolveConstantDesc()
/libcore/ojluni/src/main/java/java/lang/invoke/
DConstantBootstraps.java177 mh = lookup.findStaticGetter(declaringClass, name, type); in getStaticFinal()
DMethodHandles.java1622 …public MethodHandle findStaticGetter(Class<?> refc, String name, Class<?> type) throws NoSuchField… in findStaticGetter() method in MethodHandles.Lookup
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/accessibility/
DTestFieldLookupAccessibility.java77 return l.findStaticGetter(f.getDeclaringClass(), f.getName(), f.getType()); in MH_STATIC_GETTER()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java512 public java.lang.invoke.MethodHandle findStaticGetter( in findStaticGetter() method in MethodHandles.Lookup
/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java679 case TEST_FIND_STATIC: mh = lookup.findStaticGetter(fclass, fname, ftype); break; in testAccessor()
/libcore/api/
Dcurrent.txt4729 …method public java.lang.invoke.MethodHandle findStaticGetter(Class<?>, String, Class<?>) throws ja…