Home
last modified time | relevance | path

Searched defs:getInstructionCounter (Results 1 – 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DILine.java25 public ICounter getInstructionCounter(); in getInstructionCounter() method
DICoverageNode.java88 public abstract ICounter getInstructionCounter(); in getInstructionCounter() method
DCoverageNodeImpl.java104 public ICounter getInstructionCounter() { in getInstructionCounter() method in CoverageNodeImpl
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java126 public ICounter getInstructionCounter() { in getInstructionCounter() method in LineImpl