Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer_test.cc140 ElfBuilder<ElfTypes32>::EncodeOatPatches(ArrayRef<const uintptr_t>(patch_locations), in TEST_F()
Delf_writer_quick.cc125 static void EncodeOatPatches(const std::vector<uintptr_t>& locations,
/art/compiler/linker/
Delf_builder.h581 static void EncodeOatPatches(const ArrayRef<const uintptr_t>& locations, in EncodeOatPatches() function
594 EncodeOatPatches(patch_locations, &buffer); in WritePatches()