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

/art/compiler/optimizing/
H A Dconstant_folding_test.cc44 const std::string& expected_after_dce,
50 expected_after_dce,
56 const std::string& expected_after_dce,
88 EXPECT_EQ(expected_after_dce, actual_after_dce);
143 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
148 expected_after_dce,
204 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
209 expected_after_dce,
266 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
271 expected_after_dce,
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
54 TestCodeOnReadyGraph(const std::string& expected_before, const std::string& expected_after_cf, const std::string& expected_after_dce, std::function<void(HGraph*)> check_after_cf) argument
355 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
416 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
479 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
543 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); local
648 std::string expected_after_dce = local
724 std::string expected_after_dce = local
839 const std::string expected_after_dce = local
[all...]

Completed in 51 milliseconds