Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc151 uint32_t lineindex = 0; in DumpAndCheck() local
159 if (CompareIgnoringSpace(results[lineindex], testline) != 0) { in DumpAndCheck()
160 LOG(FATAL) << "Output is not as expected at line: " << lineindex in DumpAndCheck()
161 << results[lineindex] << "/" << testline << ", test name: " << testname; in DumpAndCheck()
163 ++lineindex; in DumpAndCheck()
166 ASSERT_TRUE(results[lineindex] == nullptr); in DumpAndCheck()