HomeSort by relevance Sort by last modified time
    Searched full:expected_before (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
constant_folding_test.cc 33 const std::string& expected_before,
48 ASSERT_EQ(expected_before, actual_before);
93 std::string expected_before = local
112 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
128 expected_before,
152 std::string expected_before = local
173 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
190 expected_before,
222 std::string expected_before = local
253 std::string expected_after_cf = Patch(expected_before, expected_cf_diff)
304 std::string expected_before = local
368 std::string expected_before = local
433 std::string expected_before = local
513 std::string expected_before = local
619 std::string expected_before = local
    [all...]
dead_code_elimination_test.cc 30 const std::string& expected_before,
42 ASSERT_EQ(actual_before, expected_before);
81 std::string expected_before = local
107 std::string expected_after = Patch(expected_before, expected_diff);
109 TestCode(data, expected_before, expected_after);
147 std::string expected_before = local
192 TestCode(data, expected_before, expected_after);

Completed in 134 milliseconds