Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddwarf_test.h50 int at_line; member
55 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check() argument
56 expected_lines_.push_back(ExpectedLine {substr, next, at_file, at_line}); in Check()
132 ADD_FAILURE_AT(expected.at_file, expected.at_line) << "'" << substring << "' not found."; in CheckObjdumpOutput()
136 ADD_FAILURE_AT(expected.at_file, expected.at_line) in CheckObjdumpOutput()