Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding_test.cc130 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
143 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
191 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
204 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
252 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
266 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
331 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
355 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
402 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F()
416 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F()
[all …]
Ddead_code_elimination_test.cc106 std::string expected_after = Patch(expected_before, expected_diff); in TEST_F()
Doptimizing_unit_test.h113 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
/art/patchoat/
Dpatchoat.h47 static bool Patch(const std::string& image_location,
Dpatchoat.cc120 bool PatchOat::Patch(const std::string& image_location, in Patch() function in art::PatchOat
764 bool ret = PatchOat::Patch(input_image_location, base_delta, output_directory, isa, &timings); in patchoat_image()
/art/compiler/linker/
Dmulti_oat_relative_patcher_test.cc267 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument