Searched refs:debug_frame_patches (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dwarf/ |
D | dwarf_test.cc | 127 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()
|
D | headers.h | 83 std::vector<uintptr_t>* debug_frame_patches) { in WriteDebugFrameFDE() argument 95 debug_frame_patches->push_back(writer.data()->size()); in WriteDebugFrameFDE()
|
/art/compiler/ |
D | elf_writer_debug.h | 33 std::vector<uintptr_t>* debug_frame_patches,
|
D | cfi_test.h | 53 std::vector<uintptr_t> debug_frame_patches; in GenerateExpected() local 55 kCFIFormat, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()
|
D | elf_writer_debug.cc | 173 std::vector<uintptr_t>* debug_frame_patches, in WriteCFISection() argument 190 opcodes, format, debug_frame, debug_frame_patches); in WriteCFISection()
|