Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h333 has_loops_(false), in allocator_()
594 bool HasLoops() const { return has_loops_; } in HasLoops()
595 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops()
696 bool has_loops_; variable