Searched refs:DynamicCallSiteDesc (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/constant/ |
D | DynamicCallSiteDesc.java | 49 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/ |
D | openjdk_java_files.bp | 1515 "ojluni/src/main/java/java/lang/constant/DynamicCallSiteDesc.java",
|
D | EXPECTED_UPSTREAM | 250 …/java/lang/constant/DynamicCallSiteDesc.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java…
|