Home | History | Annotate | Download | only in CodeGen

Lines Matching full:tracks

246     // Counter tracks entry to the function body.
258 // Counter tracks entry to the capture body.
265 // Counter tracks entry to the method body.
272 // Counter tracks entry to the block body.
302 // Counter tracks the block following the label.
441 // Counter tracks the body of the loop.
463 // Counter tracks the exit block of the switch.
487 // Counter tracks the "then" part of an if statement. The count for
511 // Counter tracks the continuation block of the try statement.
518 // Counter tracks the catch statement's handler block.
529 // Counter tracks the "true" part of a conditional operator. The
549 // Counter tracks the right hand side of a logical and operator.
561 // Counter tracks the right hand side of a logical or operator.