Searched refs:equiv (Results 1 – 1 of 1) sorted by relevance
87 int identical, int equiv) in DumpSummaryLine() argument90 os << " null reference (count=" << equiv << ")\n"; in DumpSummaryLine()94 os << " cleared jweak (count=" << equiv << ")\n"; in DumpSummaryLine()108 size_t total = identical + equiv + 1; in DumpSummaryLine()110 if (identical + equiv != 0) { in DumpSummaryLine()111 StringAppendF(&msg, " (%d unique instances)", equiv + 1); in DumpSummaryLine()276 size_t equiv; in Dump() member in art::ReferenceTable::Dump::SummaryElement279 SummaryElement() : equiv(0), identical(0) {} in Dump()282 equiv = ref.equiv; in Dump()290 equiv = 0; in Dump()[all …]