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

/art/compiler/optimizing/
H A Dconstant_folding_test.cc130 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
143 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff);
191 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
204 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff);
252 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
266 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff);
331 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
355 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff);
402 std::string expected_after_cf = Patch(expected_before, expected_cf_diff);
416 std::string expected_after_dce = Patch(expected_after_c
[all...]
H A Ddead_code_elimination_test.cc106 std::string expected_after = Patch(expected_before, expected_diff);
H A Doptimizing_unit_test.h108 inline std::string Patch(const std::string& original, const diff_t& diff) { function in namespace:art
/art/patchoat/
H A Dpatchoat.h46 // Patch only the oat file
47 static bool Patch(File* oat_in, off_t delta, File* oat_out, TimingLogger* timings,
51 // Patch only the image (art file)
52 static bool Patch(const std::string& art_location, off_t delta, File* art_out, InstructionSet isa,
55 // Patch both the image and the oat file
56 static bool Patch(const std::string& art_location,
84 NOT_PIC, // Code not pic. Patch as usual.
H A Dpatchoat.cc153 bool PatchOat::Patch(const std::string& image_location, function in class:art::PatchOat
642 // Patch dex file int/long arrays which point to ArtFields.
743 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, function in class:art::PatchOat
775 t.NewTiming("Patch Oat file");
1005 bool ret = PatchOat::Patch(input_image_location, base_delta, output_directory, isa, &timings);
1205 bool ret = PatchOat::Patch(input_oat.get(), base_delta, output_oat.get(), &timings,
/art/compiler/linker/
H A Dmulti_oat_relative_patcher_test.cc261 TEST_F(MultiOatRelativePatcherTest, Patch) {

Completed in 103 milliseconds