Home
last modified time | relevance | path

Searched refs:debug_frame_patches (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dwarf/
Ddwarf_test.cc127 std::vector<uintptr_t> debug_frame_patches; in TEST_F() local
130 kCFIFormat, &debug_frame_data_, &debug_frame_patches); in TEST_F()
132 EXPECT_EQ(expected_patches, debug_frame_patches); in TEST_F()
142 std::vector<uintptr_t> debug_frame_patches; in TEST_F() local
145 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches); in TEST_F()
148 EXPECT_EQ(expected_patches, debug_frame_patches); in TEST_F()
180 std::vector<uintptr_t> debug_frame_patches; in TEST_F() local
182 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches); in TEST_F()
Dheaders.h83 std::vector<uintptr_t>* debug_frame_patches) { in WriteDebugFrameFDE() argument
95 debug_frame_patches->push_back(writer.data()->size()); in WriteDebugFrameFDE()
/art/compiler/
Delf_writer_debug.h33 std::vector<uintptr_t>* debug_frame_patches,
Dcfi_test.h53 std::vector<uintptr_t> debug_frame_patches; in GenerateExpected() local
55 kCFIFormat, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()
Delf_writer_debug.cc173 std::vector<uintptr_t>* debug_frame_patches, in WriteCFISection() argument
190 opcodes, format, debug_frame, debug_frame_patches); in WriteCFISection()