Searched refs:CD_char (Results 1 – 2 of 2) sorted by relevance
257 public static final ClassDesc CD_char = ClassDesc.ofDescriptor("C"); field in ConstantDescs
42 import static java.lang.constant.ConstantDescs.CD_char;706 …return Optional.of(DynamicConstantDesc.ofNamed(BSM_EXPLICIT_CAST, DEFAULT_NAME, CD_char, (int) val… in describeConstable()