Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java117 final Label[] newLabels = createIntermediates(labels); in visitTableSwitchInsnWithProbes() local
118 mv.visitTableSwitchInsn(min, max, newDflt, newLabels); in visitTableSwitchInsnWithProbes()
131 final Label[] newLabels = createIntermediates(labels); in visitLookupSwitchInsnWithProbes() local
132 mv.visitLookupSwitchInsn(newDflt, keys, newLabels); in visitLookupSwitchInsnWithProbes()