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

/art/compiler/optimizing/
H A Ddead_code_elimination_test.cc32 const std::string& expected_before,
42 ASSERT_EQ(actual_before, expected_before);
80 std::string expected_before = local
106 std::string expected_after = Patch(expected_before, expected_diff);
108 TestCode(data, expected_before, expected_after);
146 std::string expected_before = 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
H A Dconstant_folding_test.cc42 const std::string& expected_before,
48 TestCodeOnReadyGraph(expected_before,
54 void TestCodeOnReadyGraph(const std::string& expected_before, argument
63 EXPECT_EQ(expected_before, actual_before);
112 std::string expected_before = local
130 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
146 expected_before,
173 std::string expected_before = local
191 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
207 expected_before,
41 TestCode(const uint16_t* data, const std::string& expected_before, const std::string& expected_after_cf, const std::string& expected_after_dce, std::function<void(HGraph*)> check_after_cf, Primitive::Type return_type = Primitive::kPrimInt) argument
232 std::string expected_before = local
301 std::string expected_before = local
382 std::string expected_before = local
445 std::string expected_before = local
509 std::string expected_before = local
588 std::string expected_before = local
687 std::string expected_before = local
788 const std::string expected_before = local
[all...]

Completed in 61 milliseconds