Home
last modified time | relevance | path

Searched refs:bootstrapMethod (Results 1 – 7 of 7) sorted by relevance

/art/test/952-invoke-custom/src/
DTestInvocationKinds.java38 bootstrapMethod =
61 bootstrapMethod =
84 bootstrapMethod =
107 bootstrapMethod =
152 bootstrapMethod =
189 bootstrapMethod =
DTestLinkerUnrelatedBSM.java25 bootstrapMethod =
51 bootstrapMethod =
DTestLinkerMethodMinimalArguments.java34 bootstrapMethod =
DTestLinkerMethodMultipleArgumentTypes.java31 bootstrapMethod =
DTestInvokeCustomWithConcurrentThreads.java68 bootstrapMethod =
/art/test/952-invoke-custom/src/transformer/
DIndyTransformer.java107 Handle bsm = buildBootstrapMethodHandle(callsite.bootstrapMethod()[0]); in visitMethod()
113 private Handle buildBootstrapMethodHandle(BootstrapMethod bootstrapMethod) { in visitMethod() argument
114 String className = Type.getInternalName(bootstrapMethod.enclosingType()); in visitMethod()
115 String methodName = bootstrapMethod.name(); in visitMethod()
118 bootstrapMethod.returnType(), in visitMethod()
119 bootstrapMethod.parameterTypes()) in visitMethod()
/art/test/952-invoke-custom/src/annotations/
DCalledByIndy.java32 BootstrapMethod[] bootstrapMethod() default {}; in bootstrapMethod() method