Searched defs:Patch (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
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.cc153 bool PatchOat::Patch(const std::string& image_location, function in class:art::PatchOat
654 // Patch dex file int/long arrays which point to ArtFields.
755 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, function in class:art::PatchOat
787 t.NewTiming("Patch Oat file");
1018 bool ret = PatchOat::Patch(input_image_location, base_delta, output_directory, isa, &timings);
1218 bool ret = PatchOat::Patch(input_oat.get(), base_delta, output_oat.get(), &timings,

Completed in 2680 milliseconds