Home
last modified time | relevance | path

Searched refs:CalledByIndy (Results 1 – 12 of 12) sorted by relevance

/art/test/952-invoke-custom/src/
DTestReturnValues.java18 import annotations.CalledByIndy;
79 @CalledByIndy(
91 @CalledByIndy(
103 @CalledByIndy(
115 @CalledByIndy(
127 @CalledByIndy(
139 @CalledByIndy(
151 @CalledByIndy(
163 @CalledByIndy(
175 @CalledByIndy(
[all …]
DTestVariableArityLinkerMethod.java18 import annotations.CalledByIndy;
66 @CalledByIndy(
89 @CalledByIndy(
108 @CalledByIndy(
144 @CalledByIndy(
169 @CalledByIndy(
192 @CalledByIndy(
224 @CalledByIndy(
263 @CalledByIndy(
300 @CalledByIndy(
[all …]
DTestBadBootstrapArguments.java18 import annotations.CalledByIndy;
50 @CalledByIndy(
78 @CalledByIndy(
107 @CalledByIndy(
133 @CalledByIndy(
162 @CalledByIndy(
190 @CalledByIndy(
232 @CalledByIndy(
280 @CalledByIndy(
324 @CalledByIndy(
[all …]
DTestLinkerUnrelatedBSM.java18 import annotations.CalledByIndy;
24 @CalledByIndy(
50 @CalledByIndy(
DTestInvocationKinds.java18 import annotations.CalledByIndy;
37 @CalledByIndy(
60 @CalledByIndy(
83 @CalledByIndy(
106 @CalledByIndy(
151 @CalledByIndy(
189 @CalledByIndy(
DTestLinkerMethodMinimalArguments.java18 import annotations.CalledByIndy;
33 @CalledByIndy(
DTestDynamicBootstrapArguments.java18 import annotations.CalledByIndy;
44 @CalledByIndy(
DTestLinkerMethodMultipleArgumentTypes.java18 import annotations.CalledByIndy;
30 @CalledByIndy(
DTestInvokeCustomWithConcurrentThreads.java18 import annotations.CalledByIndy;
67 @CalledByIndy(
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java19 import annotations.CalledByIndy;
76 private final Map<String, CalledByIndy> callsiteMap;
79 public BootstrapBuilder(int api, Map<String, CalledByIndy> callsiteMap) { in BootstrapBuilder()
83 public BootstrapBuilder(int api, ClassVisitor cv, Map<String, CalledByIndy> callsiteMap) { in BootstrapBuilder()
97 CalledByIndy callsite = callsiteMap.get(name); in visitMethod()
106 private void insertIndy(String name, String desc, CalledByIndy callsite) { in visitMethod()
172 Map<String, CalledByIndy> callsiteMap = new HashMap<>();
175 CalledByIndy calledByIndy = m.getAnnotation(CalledByIndy.class);
/art/test/952-invoke-custom/util-src/annotations/
DCalledByIndy.java30 public @interface CalledByIndy { annotation
/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 …]