Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/src/
DTestInvocationKinds.java40 enclosingType = TestInvocationKinds.class,
63 enclosingType = TestInvocationKinds.class,
86 enclosingType = TestInvocationKinds.class,
109 enclosingType = TestInvocationKinds.class,
153 @BootstrapMethod(enclosingType = TestInvocationKinds.class, name = "lookupVirtual"),
191 enclosingType = TestInvocationKinds.class,
DTestLinkerUnrelatedBSM.java27 enclosingType = UnrelatedBSM.class,
53 enclosingType = UnrelatedBSM.class,
DTestLinkerMethodMinimalArguments.java36 enclosingType = TestLinkerMethodMinimalArguments.class,
DTestLinkerMethodMultipleArgumentTypes.java33 enclosingType = TestLinkerMethodMultipleArgumentTypes.class,
DTestInvokeCustomWithConcurrentThreads.java70 enclosingType = TestInvokeCustomWithConcurrentThreads.class,
/art/test/952-invoke-custom/src/annotations/
DBootstrapMethod.java35 Class<?> enclosingType(); in enclosingType() method
/art/test/952-invoke-custom/src/transformer/
DIndyTransformer.java114 String className = Type.getInternalName(bootstrapMethod.enclosingType()); in visitMethod()