Home
last modified time | relevance | path

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

/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java74 static class BootstrapBuilder extends ClassVisitor { class in IndyTransformer
79 public BootstrapBuilder(int api, Map<String, CalledByIndy> callsiteMap) { in BootstrapBuilder() method in IndyTransformer.BootstrapBuilder
83 public BootstrapBuilder(int api, ClassVisitor cv, Map<String, CalledByIndy> callsiteMap) { in BootstrapBuilder() method in IndyTransformer.BootstrapBuilder
192 cr.accept(new BootstrapBuilder(Opcodes.ASM6, cw, callsiteMap), 0);