Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h338 has_loops_(false), in allocator_()
606 bool HasLoops() const { return has_loops_; } in HasLoops()
607 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops()
708 bool has_loops_; variable