Searched refs:debug_frame_patches (Results 1 – 2 of 2) sorted by relevance
/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 127 std::vector<uintptr_t> debug_frame_patches; in TEST_F() local 130 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in TEST_F() 132 EXPECT_EQ(expected_patches, debug_frame_patches); in TEST_F() 142 std::vector<uintptr_t> debug_frame_patches; in TEST_F() local 146 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in TEST_F() 149 EXPECT_EQ(expected_patches, debug_frame_patches); in TEST_F() 181 std::vector<uintptr_t> debug_frame_patches; in TEST_F() local 184 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in TEST_F()
|
/art/compiler/ |
D | cfi_test.h | 53 std::vector<uintptr_t> debug_frame_patches; in GenerateExpected() local 55 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()
|