Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h409 has_loops_(false), in allocator_()
717 bool HasLoops() const { return has_loops_; } in HasLoops()
718 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops()
835 bool has_loops_; variable