Home
last modified time | relevance | path

Searched refs:EncodeOatPatches (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Delf_writer_quick.cc74 void ElfWriterQuick<ElfTypes>::EncodeOatPatches(const std::vector<uintptr_t>& locations, in EncodeOatPatches() function in art::ElfWriterQuick
212 EncodeOatPatches(*debug_frame->GetPatchLocations(), in Write()
226 EncodeOatPatches(*debug_info->GetPatchLocations(), in Write()
232 EncodeOatPatches(*debug_line->GetPatchLocations(), in Write()
244 EncodeOatPatches(oat_writer->GetAbsolutePatchLocations(), in Write()
Delf_writer_quick.h38 static void EncodeOatPatches(const std::vector<uintptr_t>& locations,
Delf_writer_test.cc103 ElfWriterQuick32::EncodeOatPatches(patch_locations, &oat_patches); in TEST_F()