Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc2106 visited_taken_(false), have_successors_(false) { in ChildBlockIterator()
2109 have_successors_ = true; in ChildBlockIterator()
2141 if (have_successors_ == true) { in Next()
Dmir_graph.h523 bool have_successors_; variable