Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_line_opcode_writer.h207 int CurrentLine() const { in CurrentLine() function
Ddwarf_test.cc265 ASSERT_EQ(opcodes.CurrentLine(), line); in TEST_F()
/art/compiler/
Delf_writer_debug.cc422 } else if (line != opcodes.CurrentLine()) { in WriteDebugSections()