Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DMethodHandleDesc.java31 import static java.lang.constant.ConstantDescs.CD_void;
161 case SETTER -> MethodTypeDesc.of(CD_void, owner, fieldType); in ofField()
163 case STATIC_SETTER -> MethodTypeDesc.of(CD_void, fieldType); in ofField()
182 MethodTypeDesc.of(CD_void, paramTypes)); in ofConstructor()
DDirectMethodHandleDescImpl.java32 import static java.lang.constant.ConstantDescs.CD_void;
144 … case CONSTRUCTOR -> invocationType.changeReturnType(CD_void).descriptorString(); in lookupDescriptor()
DConstantDescs.java263 public static final ClassDesc CD_void = ClassDesc.ofDescriptor("V"); field in ConstantDescs