Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java28 private final ClassInstrumentor classInstrumentor; field in SandboxClassLoader
47 classInstrumentor = createClassInstrumentor(decorator); in SandboxClassLoader()
121 () -> classInstrumentor.analyzeClass(origClassBytes, config, classNodeProvider) in maybeInstrumentClass()
128 () -> classInstrumentor.instrumentToBytes(mutableClass) in maybeInstrumentClass()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/
DJarInstrumentor.java30 private final OldClassInstrumentor classInstrumentor; field in JarInstrumentor
35 classInstrumentor = new OldClassInstrumentor(shadowDecorator); in JarInstrumentor()
88 classInstrumentor.instrument( in instrumentJar()