Home
last modified time | relevance | path

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

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