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

/art/compiler/optimizing/
H A Dconstant_folding_test.cc43 const std::string& expected_after_cf,
49 expected_after_cf,
55 const std::string& expected_after_cf,
76 EXPECT_EQ(expected_after_cf, actual_after_cf);
130 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
143 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff);
147 expected_after_cf,
191 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
204 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff);
208 expected_after_cf,
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
252 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
331 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
402 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
465 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
529 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
629 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
714 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); local
815 const std::string expected_after_cf = local
[all...]

Completed in 44 milliseconds