Searched defs:PrintName (Results 1 – 4 of 4) sorted by relevance
23 std::ostream& BlockNamer::PrintName(std::ostream& os, HBasicBlock* blk) const { in PrintName() function in art::BlockNamer
195 std::ostream& PrintName(std::ostream& os, HBasicBlock* blk) const override { in Dump() function
958 std::ostream& HGraphVisualizer::OptionalDefaultNamer::PrintName(std::ostream& os, in PrintName() function in art::HGraphVisualizer::OptionalDefaultNamer
63 static inline std::string PrintName(const testing::TestParamInfo<std::string>& info) { in PrintName() function