Searched refs:debug_line_patches (Results 1 – 2 of 2) sorted by relevance
239 std::vector<uintptr_t> debug_line_patches; in TEST_F() local242 0, &debug_line_data_, &debug_line_patches); in TEST_F()244 EXPECT_EQ(expected_patches, debug_line_patches); in TEST_F()279 std::vector<uintptr_t> debug_line_patches; in TEST_F() local281 0, &debug_line_data_, &debug_line_patches); in TEST_F()
164 std::vector<uintptr_t>* debug_line_patches) { in WriteDebugLineTable() argument200 debug_line_patches->push_back(debug_line_offset + opcodes_offset + patch_location); in WriteDebugLineTable()