Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java114 LabelInfo.resetDone(dflt); in visitTableSwitchInsnWithProbes()
115 LabelInfo.resetDone(labels); in visitTableSwitchInsnWithProbes()
128 LabelInfo.resetDone(dflt); in visitLookupSwitchInsnWithProbes()
129 LabelInfo.resetDone(labels); in visitLookupSwitchInsnWithProbes()
175 LabelInfo.resetDone(dflt); in insertIntermediateProbes()
176 LabelInfo.resetDone(labels); in insertIntermediateProbes()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java162 public static void resetDone(final Label label) { in resetDone() method in LabelInfo
175 public static void resetDone(final Label[] labels) { in resetDone() method in LabelInfo
177 resetDone(label); in resetDone()
DLabelFlowAnalyzer.java119 LabelInfo.resetDone(dflt); in visitSwitchInsn()
120 LabelInfo.resetDone(labels); in visitSwitchInsn()
DMethodProbesAdapter.java166 LabelInfo.resetDone(labels); in markLabels()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelInfoTest.java136 LabelInfo.resetDone(label); in testSetResetDone1()
145 LabelInfo.resetDone(new Label[] { label, new Label() }); in testSetResetDone2()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java284 LabelInfo.resetDone(labels); in visitSwitchInsn()
336 LabelInfo.resetDone(dflt); in visitSwitchInsnWithProbes()
337 LabelInfo.resetDone(labels); in visitSwitchInsnWithProbes()