Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding_test.cc126 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
139 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
187 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
200 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
248 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
262 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
327 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
351 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
398 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
412 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
[all …]
Ddead_code_elimination_test.cc110 std::string expected_after = Patch(expected_before, expected_diff); in TEST_F()
Doptimizing_unit_test.h197 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
/art/patchoat/
Dpatchoat.h50 static bool Patch(const std::string& image_location,
Dpatchoat.cc458 bool PatchOat::Patch(const std::string& image_location, in Patch() function in art::PatchOat
1170 PatchOat::Patch( in patchoat_patch_image()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc272 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument