Home
last modified time | relevance | path

Searched refs:debug_frame_patches (Results 1 – 2 of 2) sorted by relevance

/art/compiler/debug/dwarf/
Ddwarf_test.cc127 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/
Dcfi_test.h53 std::vector<uintptr_t> debug_frame_patches; in GenerateExpected() local
55 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches); in GenerateExpected()