Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc2105 : basic_block_(bb), mir_graph_(mir_graph), visited_fallthrough_(false), in ChildBlockIterator()
2121 if (visited_fallthrough_ == false) { in Next()
2122 visited_fallthrough_ = true; in Next()
Dmir_graph.h521 bool visited_fallthrough_; variable