Searched defs:expected_after (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Ddead_code_elimination_test.cc33 const std::string& expected_after) {
55 ASSERT_EQ(actual_after, expected_after);
106 std::string expected_after = Patch(expected_before, expected_diff); local
108 TestCode(data, expected_before, expected_after);
170 std::string expected_after = local
179 TestCode(data, expected_before, expected_after);
31 TestCode(const uint16_t* data, const std::string& expected_before, const std::string& expected_after) argument

Completed in 188 milliseconds