Searched refs:REF_getStatic (Results 1 – 7 of 7) sorted by relevance
61 MethodHandleInfo.REF_getStatic, // 2 in test_constants()78 assertEquals("getStatic", referenceKindToString(REF_getStatic)); in test_referenceKindToString()102 assertTrue(MethodHandleInfo.refKindIsField(MethodHandleInfo.REF_getStatic)); in test_refKindIsField()115 assertTrue(MethodHandleInfo.refKindIsValid(MethodHandleInfo.REF_getStatic)); in test_refKindIsValid()127 assertEquals("getStatic", MethodHandleInfo.refKindName(MethodHandleInfo.REF_getStatic)); in test_refKindName()
1991 assertEquals(MethodHandleInfo.REF_getStatic, info.getReferenceKind()); in testRevealDirect()
184 REF_getStatic = 2, field in MethodHandleNatives.Constants246 case REF_getStatic: return "getStatic"; in refKindName()
133 REF_getStatic = Constants.REF_getStatic, field
106 return MethodHandleInfo.REF_getStatic; in getReferenceKind()
35 import static java.lang.invoke.MethodHandleInfo.REF_getStatic;79 STATIC_GETTER(REF_getStatic),
4666 field public static final int REF_getStatic = 2; // 0x2