Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_unit_test.h194 explicit Namer(const AdjacencyListGraph& alg) : BlockNamer(), alg_(alg) {} in Dump()
196 if (alg_.HasBlock(blk)) { in Dump()
197 return os << alg_.GetName(blk) << " (" << blk->GetBlockId() << ")"; in Dump()
203 const AdjacencyListGraph& alg_; in Dump() member