Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DDynamicCallSiteDesc.java35 import static java.lang.constant.ConstantUtils.EMPTY_CONSTANTDESC;
132 …eturn new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, EMPTY_CONSTANTDESC); in of()
DDynamicConstantDesc.java42 import static java.lang.constant.ConstantUtils.EMPTY_CONSTANTDESC;
201 return of(bootstrapMethod, EMPTY_CONSTANTDESC); in of()
DConstantUtils.java38 public static final ConstantDesc[] EMPTY_CONSTANTDESC = new ConstantDesc[0]; field in ConstantUtils