Searched refs:classInstrumentor (Results 1 – 2 of 2) sorted by relevance
28 private final ClassInstrumentor classInstrumentor; field in SandboxClassLoader47 classInstrumentor = createClassInstrumentor(decorator); in SandboxClassLoader()121 () -> classInstrumentor.analyzeClass(origClassBytes, config, classNodeProvider) in maybeInstrumentClass()128 () -> classInstrumentor.instrumentToBytes(mutableClass) in maybeInstrumentClass()
30 private final OldClassInstrumentor classInstrumentor; field in JarInstrumentor35 classInstrumentor = new OldClassInstrumentor(shadowDecorator); in JarInstrumentor()88 classInstrumentor.instrument( in instrumentJar()