Home
last modified time | relevance | path

Searched defs:Namer (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Doptimizing_unit_test.h191 struct Namer : public BlockNamer { in Dump() struct
193 explicit Namer(const AdjacencyListGraph& alg) : BlockNamer(), alg_(alg) {} in Dump() argument
194 std::ostream& PrintName(std::ostream& os, HBasicBlock* blk) const override { in Dump()
202 const AdjacencyListGraph& alg_; in Dump()