Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc69 explicit StringList(T* first_entry, Format format = kArrayBrackets) : StringList(format) { in StringList() argument
70 for (T* current = first_entry; current != nullptr; current = current->GetNext()) { in StringList()