Home
last modified time | relevance | path

Searched defs:bootstrapMethod (Results 1 – 2 of 2) sorted by relevance

/art/test/952-invoke-custom/src/annotations/
DCalledByIndy.java32 BootstrapMethod[] bootstrapMethod() default {}; in bootstrapMethod() method
/art/test/952-invoke-custom/src/transformer/
DIndyTransformer.java113 private Handle buildBootstrapMethodHandle(BootstrapMethod bootstrapMethod) { in visitMethod()