Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/src/
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"),
190 @BootstrapMethod(
DTestLinkerMethodMinimalArguments.java17 import annotations.BootstrapMethod;
35 @BootstrapMethod(
DTestLinkerMethodMultipleArgumentTypes.java17 import annotations.BootstrapMethod;
32 @BootstrapMethod(
DTestInvokeCustomWithConcurrentThreads.java17 import annotations.BootstrapMethod;
69 @BootstrapMethod(
/art/test/952-invoke-custom/src/annotations/
DCalledByIndy.java32 BootstrapMethod[] bootstrapMethod() default {}; in bootstrapMethod()
DBootstrapMethod.java33 public @interface BootstrapMethod { annotation
/art/test/952-invoke-custom/src/transformer/
DIndyTransformer.java18 import annotations.BootstrapMethod;
113 private Handle buildBootstrapMethodHandle(BootstrapMethod bootstrapMethod) { in visitMethod()