Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.h40 std::vector<uintptr_t>* debug_info_patches,
Delf_writer_debug.cc240 std::vector<uintptr_t>* debug_info_patches, in WriteDebugSections() argument
305 WriteDebugInfoCU(debug_abbrev_offset, info, debug_info, debug_info_patches); in WriteDebugSections()
/art/compiler/dwarf/
Ddwarf_test.cc330 std::vector<uintptr_t> debug_info_patches; in TEST_F() local
333 &debug_info_data_, &debug_info_patches); in TEST_F()
335 EXPECT_EQ(expected_patches, debug_info_patches); in TEST_F()
Dheaders.h114 std::vector<uintptr_t>* debug_info_patches) { in WriteDebugInfoCU() argument
126 debug_info_patches->push_back(entries_offset + patch_location); in WriteDebugInfoCU()