Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddwarf_test.cc335 std::vector<uintptr_t> debug_info_patches; in TEST_F() local
338 0, &debug_info_data_, &debug_info_patches); in TEST_F()
340 EXPECT_EQ(expected_patches, debug_info_patches); in TEST_F()
Dheaders.h131 std::vector<uintptr_t>* debug_info_patches) { in WriteDebugInfoCU() argument
146 debug_info_patches->push_back(debug_info_offset + entries_offset + patch_location); in WriteDebugInfoCU()