Searched defs:instructionCounter (Results 1 - 2 of 2) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DCoverageNodeImpl.java31 protected CounterImpl instructionCounter; field in class:CoverageNodeImpl
57 this.instructionCounter = CounterImpl.COUNTER_0_0;
71 instructionCounter = instructionCounter.increment(child
105 return instructionCounter;
148 copy.instructionCounter = CounterImpl.getInstance(instructionCounter);
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java343 Counter instructionCounter() { method in class:JacocoReportCheck.Method

Completed in 120 milliseconds