Searched refs:BootstrapMethod (Results 1 – 14 of 14) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | TestReturnValues.java | 17 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 …]
|
D | TestVariableArityLinkerMethod.java | 17 import annotations.BootstrapMethod; 68 @BootstrapMethod( 91 @BootstrapMethod( 110 @BootstrapMethod( 146 @BootstrapMethod( 171 @BootstrapMethod( 194 @BootstrapMethod( 226 @BootstrapMethod( 265 @BootstrapMethod( 302 @BootstrapMethod( [all …]
|
D | TestBadBootstrapArguments.java | 17 import annotations.BootstrapMethod; 52 @BootstrapMethod( 80 @BootstrapMethod( 109 @BootstrapMethod( 135 @BootstrapMethod( 164 @BootstrapMethod( 192 @BootstrapMethod( 234 @BootstrapMethod( 282 @BootstrapMethod( 326 @BootstrapMethod( [all …]
|
D | TestLinkerUnrelatedBSM.java | 17 import annotations.BootstrapMethod; 26 @BootstrapMethod( 52 @BootstrapMethod(
|
D | TestInvocationKinds.java | 17 import annotations.BootstrapMethod; 39 @BootstrapMethod( 62 @BootstrapMethod( 85 @BootstrapMethod( 108 @BootstrapMethod( 153 @BootstrapMethod(enclosingType = TestInvocationKinds.class, name = "lookupVirtual"), 191 @BootstrapMethod(
|
D | TestLinkerMethodMinimalArguments.java | 17 import annotations.BootstrapMethod; 35 @BootstrapMethod(
|
D | TestDynamicBootstrapArguments.java | 17 import annotations.BootstrapMethod; 46 @BootstrapMethod(
|
D | TestLinkerMethodMultipleArgumentTypes.java | 17 import annotations.BootstrapMethod; 32 @BootstrapMethod(
|
D | TestLinkerMethodWithRange.java | 17 import annotations.BootstrapMethod; 30 @BootstrapMethod( 115 @BootstrapMethod(
|
D | TestInvokeCustomWithConcurrentThreads.java | 17 import annotations.BootstrapMethod; 69 @BootstrapMethod(
|
/art/test/952-invoke-custom/util-src/annotations/ |
D | CalledByIndy.java | 32 BootstrapMethod[] bootstrapMethod() default {}; in bootstrapMethod()
|
D | BootstrapMethod.java | 33 public @interface BootstrapMethod { annotation
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 18 import annotations.BootstrapMethod; 113 private Handle buildBootstrapMethodHandle(BootstrapMethod bootstrapMethod) { in visitMethod()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1003 …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 …]
|