Home
last modified time | relevance | path

Searched defs:bootstrapArgs (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/constant/
DDynamicConstantDesc.java63 private final ConstantDesc[] bootstrapArgs; field in DynamicConstantDesc
88 ConstantDesc... bootstrapArgs) { in DynamicConstantDesc()
136 ConstantDesc[] bootstrapArgs) { in ofCanonical()
165 ConstantDesc... bootstrapArgs) { in ofNamed()
185 ConstantDesc... bootstrapArgs) { in of()
239 public ConstantDesc[] bootstrapArgs() { in bootstrapArgs() method in DynamicConstantDesc
385 …Desc bootstrapMethod, String constantName, ClassDesc constantType, ConstantDesc... bootstrapArgs) { in AnonymousDynamicConstantDesc()
DDynamicCallSiteDesc.java52 private final ConstantDesc[] bootstrapArgs; field in DynamicCallSiteDesc
77 ConstantDesc[] bootstrapArgs) { in DynamicCallSiteDesc()
111 ConstantDesc... bootstrapArgs) { in of()
164 public DynamicCallSiteDesc withArgs(ConstantDesc... bootstrapArgs) { in withArgs()
225 public ConstantDesc[] bootstrapArgs() { return bootstrapArgs.clone(); } in bootstrapArgs() method in DynamicCallSiteDesc
/libcore/ojluni/src/test/java/lang/constant/
DNameValidationTest.java79 ConstantDesc... bootstrapArgs) { in memberNamesHelper()