Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dconstant_folding_test.cc121 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
134 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
182 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
195 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
243 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
257 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
322 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
346 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
393 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
407 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
[all …]
Ddead_code_elimination_test.cc105 std::string expected_after = Patch(expected_before, expected_diff); in TEST_F()
Doptimizing_unit_test.h569 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc278 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument