Searched refs:EMPTY_CONSTANTDESC (Results 1 – 3 of 3) sorted by relevance
35 import static java.lang.constant.ConstantUtils.EMPTY_CONSTANTDESC;132 …eturn new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, EMPTY_CONSTANTDESC); in of()
42 import static java.lang.constant.ConstantUtils.EMPTY_CONSTANTDESC;201 return of(bootstrapMethod, EMPTY_CONSTANTDESC); in of()
38 public static final ConstantDesc[] EMPTY_CONSTANTDESC = new ConstantDesc[0]; field in ConstantUtils