Lines Matching refs:execution
37 the specific source ranges in a file and the execution counts obtained
49 object file and is used to associate the execution counts (the values of the
59 frontend is allowed to group the statements with the same execution count into
85 by the code coverage tool to compute the execution counts for lines,
104 inside a function as non-code lines that don't have execution counts.
119 as the code coverage tool can determine the execution count for this region
120 by looking up the execution count of the first region with a corresponding
182 instrumentation counter. The execution count for a region with such counter
188 The execution count for a region with an expression counter is determined by
191 In the example below, a subtraction expression is used to compute the execution
205 Finally, a coverage mapping counter can also represent an execution count of
215 The zero counters allow the code coverage tool to display proper line execution
612 as the line execution count if there are no other regions on a line.