Searched refs:BootstrapMethod (Results 1 – 15 of 15) 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 | TestInvocationKinds.java | 17 import annotations.BootstrapMethod; 39 @BootstrapMethod( 62 @BootstrapMethod( 85 @BootstrapMethod( 108 @BootstrapMethod( 153 @BootstrapMethod(enclosingType = TestInvocationKinds.class, name = "lookupVirtual"), 191 @BootstrapMethod(
|
D | TestLinkerUnrelatedBSM.java | 17 import annotations.BootstrapMethod; 26 @BootstrapMethod( 52 @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 | 1028 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1030 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1032 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1034 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1036 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1039 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1041 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1043 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1045 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 1047 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… [all …]
|
D | all-dex-files.txt | 9852 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9854 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9856 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9858 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9860 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9863 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9865 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9867 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9869 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… 9871 …VISIBILITY_RUNTIME Lannotations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; encl… [all …]
|