Searched refs:enclosingType (Results 1 – 13 of 13) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | TestReturnValues.java | 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"), 189 @BootstrapMethod(enclosingType = TestReturnValues.class, name = "bsm"), [all …]
|
D | TestVariableArityLinkerMethod.java | 69 enclosingType = TestVariableArityLinkerMethod.class, 92 enclosingType = TestVariableArityLinkerMethod.class, 111 enclosingType = TestVariableArityLinkerMethod.class, 147 enclosingType = TestVariableArityLinkerMethod.class, 172 enclosingType = TestVariableArityLinkerMethod.class, 195 enclosingType = TestVariableArityLinkerMethod.class, 227 enclosingType = TestVariableArityLinkerMethod.class, 266 enclosingType = TestVariableArityLinkerMethod.class, 303 enclosingType = TestVariableArityLinkerMethod.class, 340 enclosingType = TestVariableArityLinkerMethod.class, [all …]
|
D | TestBadBootstrapArguments.java | 53 enclosingType = TestBadBootstrapArguments.class, 81 enclosingType = TestBadBootstrapArguments.class, 110 enclosingType = TestBadBootstrapArguments.class, 136 enclosingType = TestBadBootstrapArguments.class, 165 enclosingType = TestBadBootstrapArguments.class, 193 enclosingType = TestBadBootstrapArguments.class, 235 enclosingType = TestBadBootstrapArguments.class, 283 enclosingType = TestBadBootstrapArguments.class, 327 enclosingType = TestBadBootstrapArguments.class, 355 enclosingType = TestBadBootstrapArguments.class, [all …]
|
D | TestInvocationKinds.java | 40 enclosingType = TestInvocationKinds.class, 63 enclosingType = TestInvocationKinds.class, 86 enclosingType = TestInvocationKinds.class, 109 enclosingType = TestInvocationKinds.class, 153 @BootstrapMethod(enclosingType = TestInvocationKinds.class, name = "lookupVirtual"), 192 enclosingType = TestInvocationKinds.class,
|
D | TestLinkerUnrelatedBSM.java | 27 enclosingType = UnrelatedBSM.class, 53 enclosingType = UnrelatedBSM.class,
|
D | TestLinkerMethodWithRange.java | 31 enclosingType = TestLinkerMethodWithRange.class, 116 enclosingType = TestLinkerMethodWithRange.class,
|
D | TestLinkerMethodMinimalArguments.java | 36 enclosingType = TestLinkerMethodMinimalArguments.class,
|
D | TestDynamicBootstrapArguments.java | 47 enclosingType = TestDynamicBootstrapArguments.class,
|
D | TestLinkerMethodMultipleArgumentTypes.java | 33 enclosingType = TestLinkerMethodMultipleArgumentTypes.class,
|
D | TestInvokeCustomWithConcurrentThreads.java | 70 enclosingType = TestInvokeCustomWithConcurrentThreads.class,
|
/art/test/952-invoke-custom/util-src/annotations/ |
D | BootstrapMethod.java | 35 Class<?> enclosingType(); in enclosingType() method
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 114 String className = Type.getInternalName(bootstrapMethod.enclosingType()); in visitMethod()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1003 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1005 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1007 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1009 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1011 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1014 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1016 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1018 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1020 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… 1022 …tations/CalledByIndy; bootstrapMethod={ Lannotations/BootstrapMethod; enclosingType=LTestBadBootst… [all …]
|