Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1809 : basic_block_(bb), mir_graph_(mir_graph), visited_fallthrough_(false), in ChildBlockIterator()
1825 if (visited_fallthrough_ == false) { in Next()
1826 visited_fallthrough_ = true; in Next()
Dmir_graph.h507 bool visited_fallthrough_; variable