Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java282 InsnList removedInstructions = new InsnList(); in extractCallToSuperConstructor() local
305 removedInstructions.add(insns[startIndex]); in extractCallToSuperConstructor()
308 return removedInstructions; in extractCallToSuperConstructor()
316 return removedInstructions; in extractCallToSuperConstructor()