Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h400 has_loops_(false), in allocator_()
674 bool HasLoops() const { return has_loops_; } in HasLoops()
675 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops()
784 bool has_loops_; variable