Searched refs:kCFIFormat (Results 1 – 3 of 3) sorted by relevance
/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 32 constexpr CFIFormat kCFIFormat = DW_DEBUG_FRAME_FORMAT; variable 126 initial_opcodes, kCFIFormat, &debug_frame_data_); in TEST_F() 130 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in TEST_F() 140 initial_opcodes, kCFIFormat, &debug_frame_data_); in TEST_F() 146 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in TEST_F() 180 initial_opcodes, kCFIFormat, &debug_frame_data_); in TEST_F() 184 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in TEST_F()
|
/art/compiler/ |
D | cfi_test.h | 35 constexpr dwarf::CFIFormat kCFIFormat = dwarf::DW_DEBUG_FRAME_FORMAT; variable 54 initial_opcodes, kCFIFormat, &debug_frame_data_); in GenerateExpected() 57 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 51 constexpr dwarf::CFIFormat kCFIFormat = dwarf::DW_DEBUG_FRAME_FORMAT; variable 276 debug::WriteDebugInfo(builder_.get(), debug_info, kCFIFormat, true /* write_oat_patches */); in WriteDebugInfo()
|