Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddwarf_test.cc235 std::vector<uintptr_t> debug_line_patches; in TEST_F() local
238 &debug_line_data_, &debug_line_patches); in TEST_F()
240 EXPECT_EQ(expected_patches, debug_line_patches); in TEST_F()
275 std::vector<uintptr_t> debug_line_patches; in TEST_F() local
277 &debug_line_data_, &debug_line_patches); in TEST_F()
Dheaders.h143 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugLineTable() argument
180 debug_line_patches->push_back(opcodes_offset + patch_location); in WriteDebugLineTable()
/art/compiler/
Delf_writer_debug.h44 std::vector<uintptr_t>* debug_line_patches);
Delf_writer_debug.cc244 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugSections() argument
434 WriteDebugLineTable(directories, files, opcodes, debug_line, debug_line_patches); in WriteDebugSections()