Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddwarf_test.cc239 std::vector<uintptr_t> debug_line_patches; in TEST_F() local
242 0, &debug_line_data_, &debug_line_patches); in TEST_F()
244 EXPECT_EQ(expected_patches, debug_line_patches); in TEST_F()
279 std::vector<uintptr_t> debug_line_patches; in TEST_F() local
281 0, &debug_line_data_, &debug_line_patches); in TEST_F()
Dheaders.h164 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugLineTable() argument
200 debug_line_patches->push_back(debug_line_offset + opcodes_offset + patch_location); in WriteDebugLineTable()