Searched refs:debug_frame_data_ (Results 1 – 3 of 3) sorted by relevance
/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 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()
|
D | dwarf_test.h | 79 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/ |
D | cfi_test.h | 52 initial_opcodes, kCFIFormat, &debug_frame_data_); in GenerateExpected() 55 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()
|