Home
last modified time | relevance | path

Searched refs:forward_branches_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.h905 forward_branches_++; in CountBranch()
910 return backward_branches_ + forward_branches_; in GetBranchCount()
1191 int forward_branches_; variable
Dmir_graph.cc118 forward_branches_(0), in MIRGraph()