Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Ddwarf_test.cc126 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()
Ddwarf_test.h79 if (!debug_frame_data_.empty()) { in Objdump()
80 builder.WriteSection(".debug_frame", &debug_frame_data_); in Objdump()
159 std::vector<uint8_t> debug_frame_data_; variable
/art/compiler/
Dcfi_test.h52 initial_opcodes, kCFIFormat, &debug_frame_data_); in GenerateExpected()
55 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()