Home
last modified time | relevance | path

Searched defs:debug_line_patches (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dwarf/
Ddwarf_test.cc235 std::vector<uintptr_t> debug_line_patches; in TEST_F() local
275 std::vector<uintptr_t> debug_line_patches; in TEST_F() local
Dheaders.h143 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugLineTable()
/art/compiler/
Delf_writer_debug.cc244 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugSections()