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

/art/compiler/debug/dwarf/
H A Ddwarf_test.cc127 std::vector<uintptr_t> debug_frame_patches; local
130 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches);
132 EXPECT_EQ(expected_patches, debug_frame_patches);
142 std::vector<uintptr_t> debug_frame_patches; local
146 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches);
149 EXPECT_EQ(expected_patches, debug_frame_patches);
181 std::vector<uintptr_t> debug_frame_patches; local
184 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches);
/art/compiler/
H A Dcfi_test.h53 std::vector<uintptr_t> debug_frame_patches; local
55 kCFIFormat, 0, &debug_frame_data_, &debug_frame_patches);

Completed in 241 milliseconds