Home
last modified time | relevance | path

Searched refs: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() function
204 Namer namer(*this); in Dump()