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

/art/compiler/dex/quick/
H A Dlazy_debug_frame_opcode_writer.cc23 const ArenaVector<uint8_t>* LazyDebugFrameOpCodeWriter::Patch(size_t code_size) { function in class:art::dwarf::LazyDebugFrameOpCodeWriter
/art/compiler/optimizing/
H A Doptimizing_unit_test.h101 inline std::string Patch(const std::string& original, const diff_t& diff) { function in namespace:art
/art/compiler/
H A Delf_writer_quick.cc79 DCHECK_GE(location, address) << "Patch locations are not in sorted order";
115 // Patch memory addresses within a buffer.
119 static void Patch(const std::vector<uintptr_t>& patch_locations, function in namespace:art
166 is64bit ? Patch<Elf_Addr, uint64_t, kPointerRelativeAddress> :
167 Patch<Elf_Addr, uint32_t, kPointerRelativeAddress>,
171 Patch<Elf_Addr, uint32_t, kSectionRelativeAddress>, text));
174 is64bit ? Patch<Elf_Addr, uint64_t, kAbsoluteAddress> :
175 Patch<Elf_Addr, uint32_t, kAbsoluteAddress>,
181 Patch<Elf_Addr, uint32_t, kAbsoluteAddress>, text));
190 Patch<Elf_Add
[all...]
/art/patchoat/
H A Dpatchoat.cc95 bool PatchOat::Patch(const std::string& image_location, off_t delta, function in class:art::PatchOat
178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, function in class:art::PatchOat
524 // Patch dex file int/long arrays which point to ArtFields.
658 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, function in class:art::PatchOat
690 t.NewTiming("Patch Oat file");
1310 ret = PatchOat::Patch(input_oat.get(), input_image_location, base_delta,
1320 ret = PatchOat::Patch(input_oat.get(), base_delta, output_oat.get(), &timings,
1326 ret = PatchOat::Patch(input_image_location, base_delta, output_image.get(), isa, &timings);

Completed in 98 milliseconds