Home
last modified time | relevance | path

Searched refs:kCFIFormat (Results 1 – 3 of 3) sorted by relevance

/art/compiler/debug/dwarf/
Ddwarf_test.cc32 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/
Dcfi_test.h35 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/
Delf_writer_quick.cc51 constexpr dwarf::CFIFormat kCFIFormat = dwarf::DW_DEBUG_FRAME_FORMAT; variable
276 debug::WriteDebugInfo(builder_.get(), debug_info, kCFIFormat, true /* write_oat_patches */); in WriteDebugInfo()