Searched refs:newLabels (Results 1 – 1 of 1) sorted by relevance
117 final Label[] newLabels = createIntermediates(labels); in visitTableSwitchInsnWithProbes() local118 mv.visitTableSwitchInsn(min, max, newDflt, newLabels); in visitTableSwitchInsnWithProbes()131 final Label[] newLabels = createIntermediates(labels); in visitLookupSwitchInsnWithProbes() local132 mv.visitLookupSwitchInsn(newDflt, keys, newLabels); in visitLookupSwitchInsnWithProbes()