Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DDuplicateFrameEliminator.java113 public void visitLookupSwitchInsn(final Label dflt, final int[] keys, in visitLookupSwitchInsn() method in DuplicateFrameEliminator
116 mv.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
DMethodInstrumenter.java132 mv.visitLookupSwitchInsn(newDflt, keys, newLabels); in visitLookupSwitchInsnWithProbes()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DByteCodeTypePrinter.java147 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in ByteCodeTypePrinter.MethodIrTypeDumper
148 printer.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
150 super.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java143 public void visitLookupSwitchInsn(final Label dflt, final int[] keys, in visitLookupSwitchInsn() method in MethodProbesAdapter
149 probesVisitor.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
DLabelFlowAnalyzer.java113 public void visitLookupSwitchInsn(final Label dflt, final int[] keys, in visitLookupSwitchInsn() method in LabelFlowAnalyzer
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java228 adapter.visitLookupSwitchInsn(label, keys, labels); in testVisitLookupSwitchInsn1()
247 adapter.visitLookupSwitchInsn(label, keys, labels); in testVisitLookupSwitchInsn2()
263 adapter.visitLookupSwitchInsn(label, keys, labels); in testVisitLookupSwitchInsn3()
266 expectedVisitor.visitLookupSwitchInsn(label, keys, labels); in testVisitLookupSwitchInsn3()
DLabelFlowAnalyzerTest.java130 analyzer.visitLookupSwitchInsn(label, new int[] { 0, 1 }, new Label[] { in testFlowScenario11()
381 analyzer.visitLookupSwitchInsn(label, new int[] { 0 }, in testLookupSwitchInsn()
DClassProbesAdapterTest.java191 mv.visitLookupSwitchInsn(l1, new int[] { 0 }, new Label[] { l2 }); in writeMethodWithLookupSwitch()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchJavacFilterTest.java49 m.visitLookupSwitchInsn(secondSwitch, new int[] { 97, 98 }, in should_filter_code_generated_by_javac()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java225 expectedVisitor.visitLookupSwitchInsn(L0, new int[] { 10, 20, 30 }, in testVisitLookupSwitchInsnWithProbes()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java584 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in BytecodeTypeInference
586 super.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java277 public void visitLookupSwitchInsn(final Label dflt, final int[] keys, in visitLookupSwitchInsn() method in MethodAnalyzer