Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DDynamicCallSiteDesc.java49 public class DynamicCallSiteDesc { class
74 private DynamicCallSiteDesc(DirectMethodHandleDesc bootstrapMethod, in DynamicCallSiteDesc() method in DynamicCallSiteDesc
108 public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod, in of()
112 … return new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, bootstrapArgs); in of()
129 public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod, in of()
132 …return new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, EMPTY_CONSTANTDESC… in of()
148 public static DynamicCallSiteDesc of(DirectMethodHandleDesc bootstrapMethod, in of()
164 public DynamicCallSiteDesc withArgs(ConstantDesc... bootstrapArgs) { in withArgs()
165 … return new DynamicCallSiteDesc(bootstrapMethod, invocationName, invocationType, bootstrapArgs); in withArgs()
184 public DynamicCallSiteDesc withNameAndType(String invocationName, in withNameAndType()
[all …]
/libcore/
Dopenjdk_java_files.bp1515 "ojluni/src/main/java/java/lang/constant/DynamicCallSiteDesc.java",
DEXPECTED_UPSTREAM250 …/java/lang/constant/DynamicCallSiteDesc.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java…