Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DMethodHandleDesc.java85 case STATIC_SETTER: in of()
125 case STATIC_SETTER: in ofMethod()
163 case STATIC_SETTER -> MethodTypeDesc.of(CD_void, fieldType); in ofField()
DDirectMethodHandleDescImpl.java79 case STATIC_SETTER -> validateFieldType(type, true, false); in DirectMethodHandleDescImpl()
148 case STATIC_SETTER -> invocationType.parameterType(0).descriptorString(); in lookupDescriptor()
168 …case STATIC_SETTER -> lookup.findStaticSetter(resolvedOwner, name, invocationType.par… in resolveConstantDesc()
DDirectMethodHandleDesc.java81 STATIC_SETTER(REF_putStatic); enumConstant