Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc417 opcodes.AddRow(mi->low_pc_, first_line); in WriteDebugSections()
421 opcodes.AddRow(mi->low_pc_ + pc, line); in WriteDebugSections()
423 opcodes.AddRow(mi->low_pc_ + pc, line); in WriteDebugSections()
429 opcodes.AddRow(mi->low_pc_, 0); in WriteDebugSections()
/art/compiler/dwarf/
Ddebug_line_opcode_writer.h41 void AddRow() { in AddRow() function
156 void AddRow(uint64_t absolute_address, int absolute_line) { in AddRow() function
Ddwarf_test.cc208 opcodes.AddRow(); in TEST_F()
262 opcodes.AddRow(pc, line); in TEST_F()