Home
last modified time | relevance | path

Searched refs:STATIC_GETTER (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/constant/
DMethodHandleDesc.java84 case STATIC_GETTER: in of()
124 case STATIC_GETTER: in ofMethod()
162 case STATIC_GETTER -> MethodTypeDesc.of(fieldType); in ofField()
DDirectMethodHandleDescImpl.java78 case STATIC_GETTER -> validateFieldType(type, false, false); in DirectMethodHandleDescImpl()
146 STATIC_GETTER -> invocationType.returnType().descriptorString(); in lookupDescriptor()
166 …case STATIC_GETTER -> lookup.findStaticGetter(resolvedOwner, name, invocationType.ret… in resolveConstantDesc()
DDirectMethodHandleDesc.java79 STATIC_GETTER(REF_getStatic), enumConstant