Home
last modified time | relevance | path

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

/art/runtime/
Dreference_table.cc80 int identical, int equiv) in DumpSummaryLine() argument
101 size_t total = identical + equiv + 1; in DumpSummaryLine()
103 if (identical + equiv != 0) { in DumpSummaryLine()
214 size_t identical = 0; in Dump() local
222 ++identical; in Dump()
229 DumpSummaryLine(os, prev, element_count, identical, equiv); in Dump()
231 identical = 0; in Dump()
237 DumpSummaryLine(os, prev, GetElementCount(prev), identical, equiv); in Dump()