Home
last modified time | relevance | path

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

/art/compiler/sea_ir/debug/
Ddot_gen.cc54 art::SafeMap<int, const Type*>::const_iterator type_it = types_->find(def_it->second->Id()); in ToDotSSAEdges() local
55 if (type_it != types_->end()) { in ToDotSSAEdges()
57 dot_text_ += "(" + type_it->second->Dump() + ")"; in ToDotSSAEdges()
86 art::SafeMap<int, const Type*>::const_iterator type_it = types_->find((*def_it)->Id()); in ToDotSSAEdges() local
87 if (type_it != types_->end()) { in ToDotSSAEdges()
89 dot_text_ += "(" + type_it->second->Dump() + ")"; in ToDotSSAEdges()