Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddwarf_test.cc126 initial_opcodes, kCFIFormat, &debug_frame_data_); in TEST_F()
130 kCFIFormat, &debug_frame_data_, &debug_frame_patches); in TEST_F()
140 initial_opcodes, kCFIFormat, &debug_frame_data_); in TEST_F()
145 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches); in TEST_F()
179 initial_opcodes, kCFIFormat, &debug_frame_data_); in TEST_F()
182 opcodes.data(), kCFIFormat, &debug_frame_data_, &debug_frame_patches); in TEST_F()
Ddwarf_test.h88 if (!debug_frame_data_.empty()) { in Objdump()
89 debug_frame.SetBuffer(debug_frame_data_); in Objdump()
169 std::vector<uint8_t> debug_frame_data_; variable
/art/compiler/
Dcfi_test.h52 initial_opcodes, kCFIFormat, &debug_frame_data_); in GenerateExpected()
55 kCFIFormat, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()