Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelInfoTest.java97 LabelInfo.setMethodInvocationLine(label); in testMethodInvocationLine()
120 LabelInfo.setMethodInvocationLine(label); in testNeedsProbe()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java115 public static void setMethodInvocationLine(final Label label) { in setMethodInvocationLine() method in LabelInfo
DLabelFlowAnalyzer.java200 LabelInfo.setMethodInvocationLine(lineStart); in markMethodInvocationLine()