Home
last modified time | relevance | path

Searched refs:BootstrapMethod (Results 1 – 14 of 14) sorted by relevance

/art/test/952-invoke-custom/src/
DTestReturnValues.java17 import annotations.BootstrapMethod;
81 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
93 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
105 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
117 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
129 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
141 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
153 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
165 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
177 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"),
[all …]
DTestVariableArityLinkerMethod.java17 import annotations.BootstrapMethod;
68 @BootstrapMethod(
91 @BootstrapMethod(
110 @BootstrapMethod(
146 @BootstrapMethod(
171 @BootstrapMethod(
194 @BootstrapMethod(
226 @BootstrapMethod(
265 @BootstrapMethod(
302 @BootstrapMethod(
[all …]
DTestBadBootstrapArguments.java17 import annotations.BootstrapMethod;
52 @BootstrapMethod(
80 @BootstrapMethod(
109 @BootstrapMethod(
135 @BootstrapMethod(
164 @BootstrapMethod(
192 @BootstrapMethod(
234 @BootstrapMethod(
282 @BootstrapMethod(
326 @BootstrapMethod(
[all …]
DTestLinkerUnrelatedBSM.java17 import annotations.BootstrapMethod;
26 @BootstrapMethod(
52 @BootstrapMethod(
DTestInvocationKinds.java17 import annotations.BootstrapMethod;
39 @BootstrapMethod(
62 @BootstrapMethod(
85 @BootstrapMethod(
108 @BootstrapMethod(
153 @BootstrapMethod(enclosingType = TestInvocationKinds.class, name = "lookupVirtual"),
191 @BootstrapMethod(
DTestLinkerMethodMinimalArguments.java17 import annotations.BootstrapMethod;
35 @BootstrapMethod(
DTestDynamicBootstrapArguments.java17 import annotations.BootstrapMethod;
46 @BootstrapMethod(
DTestLinkerMethodMultipleArgumentTypes.java17 import annotations.BootstrapMethod;
32 @BootstrapMethod(
DTestLinkerMethodWithRange.java17 import annotations.BootstrapMethod;
30 @BootstrapMethod(
115 @BootstrapMethod(
DTestInvokeCustomWithConcurrentThreads.java17 import annotations.BootstrapMethod;
69 @BootstrapMethod(
/art/test/952-invoke-custom/util-src/annotations/
DCalledByIndy.java32 BootstrapMethod[] bootstrapMethod() default {}; in bootstrapMethod()
DBootstrapMethod.java33 public @interface BootstrapMethod { annotation
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java18 import annotations.BootstrapMethod;
113 private Handle buildBootstrapMethodHandle(BootstrapMethod bootstrapMethod) { in visitMethod()
/art/test/dexdump/
Dinvoke-custom.txt1003 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1005 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1007 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1009 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1011 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1014 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1016 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1018 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1020 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
1022 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl…
[all …]