Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java264 …mutableClass.addMethod(redirectorMethod(mutableClass, method, ShadowConstants.CONSTRUCTOR_METHOD_N… in instrumentConstructor()
368 …private MethodNode redirectorMethod(MutableClass mutableClass, MethodNode method, String newName) { in redirectorMethod() method in ClassInstrumentor