Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.cc23 const ArenaVector<uint8_t>* LazyDebugFrameOpCodeWriter::Patch(size_t code_size) { in Patch() function in art::dwarf::LazyDebugFrameOpCodeWriter
/art/compiler/optimizing/
Doptimizing_unit_test.h101 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
/art/patchoat/
Dpatchoat.cc95 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch() function in art::PatchOat
178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch() function in art::PatchOat
658 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch() function in art::PatchOat
/art/compiler/
Delf_writer_quick.cc119 static void Patch(const std::vector<uintptr_t>& patch_locations, in Patch() function