Home
last modified time | relevance | path

Searched refs:constantArgumentsForBootstrapMethod (Results 1 – 4 of 4) sorted by relevance

/art/test/952-invoke-custom/src/
DTestLinkerUnrelatedBSM.java39 constantArgumentsForBootstrapMethod = {@Constant(classValue = TestLinkerUnrelatedBSM.class)}
65 constantArgumentsForBootstrapMethod = {@Constant(classValue = TestLinkerUnrelatedBSM.class)}
DTestLinkerMethodMultipleArgumentTypes.java54 constantArgumentsForBootstrapMethod = {
/art/test/952-invoke-custom/src/annotations/
DCalledByIndy.java43 Constant[] constantArgumentsForBootstrapMethod() default {}; in constantArgumentsForBootstrapMethod() method
/art/test/952-invoke-custom/src/transformer/
DIndyTransformer.java109 buildBootstrapArguments(callsite.constantArgumentsForBootstrapMethod()); in visitMethod()