Home
last modified time | relevance | path

Searched refs:identical (Results 1 – 3 of 3) 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()
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali450 # Check two irreducible loops, one within another. Almost identical
499 # Check two irreducible loops, one within another. Almost identical
/art/test/955-lambda-smali/smali/
DMoveResult.smali306 # relies on string interning returning identical object references