Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesVisitor.java147 public void visitLookupSwitchInsnWithProbes(final Label dflt, in visitLookupSwitchInsnWithProbes() method in MethodProbesVisitor
DMethodProbesAdapter.java146 probesVisitor.visitLookupSwitchInsnWithProbes(dflt, keys, labels, in visitLookupSwitchInsn()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java82 public void visitLookupSwitchInsnWithProbes(Label dflt, int[] keys, in visitLookupSwitchInsnWithProbes() method in MethodProbesAdapterTest.TraceAdapter
231 expectedVisitor.visitLookupSwitchInsnWithProbes(label, keys, labels, in testVisitLookupSwitchInsn1()
250 expectedVisitor.visitLookupSwitchInsnWithProbes(label, keys, labels, in testVisitLookupSwitchInsn2()
DClassProbesAdapterTest.java46 public void visitLookupSwitchInsnWithProbes(Label dflt, int[] keys, in visitLookupSwitchInsnWithProbes() method in ClassProbesAdapterTest.MockMethodVisitor
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java125 public void visitLookupSwitchInsnWithProbes(final Label dflt, in visitLookupSwitchInsnWithProbes() method in MethodInstrumenter
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java179 public void visitLookupSwitchInsnWithProbes(final Label dflt, in visitLookupSwitchInsnWithProbes() method in MethodAnalyzer
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java222 instrumenter.visitLookupSwitchInsnWithProbes(L0, in testVisitLookupSwitchInsnWithProbes()