Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h329 has_loops_(false), in arena_()
577 bool HasLoops() const { return has_loops_; } in HasLoops()
578 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops()
678 bool has_loops_; variable