Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Ddead_code_elimination_test.cc32 const std::string& expected_after);
37 const std::string& expected_after) { in TestCode() argument
54 ASSERT_EQ(actual_after, expected_after); in TestCode()
105 std::string expected_after = Patch(expected_before, expected_diff); in TEST_F() local
107 TestCode(data, expected_before, expected_after); in TEST_F()
169 std::string expected_after = in TEST_F() local
178 TestCode(data, expected_before, expected_after); in TEST_F()