Home
last modified time | relevance | path

Searched refs:patch_locations (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/
Delf_writer_test.cc135 for (const auto& patch_locations : test_data) { in TEST_F() local
140 ElfBuilder<ElfTypes32>::EncodeOatPatches(ArrayRef<const uintptr_t>(patch_locations), in TEST_F()
151 for (uintptr_t location : patch_locations) { in TEST_F()
/art/compiler/debug/
Delf_debug_frame_writer.h202 std::vector<uintptr_t> patch_locations; in WriteCFISection() local
206 patch_locations.reserve(sorted_method_infos.size()); in WriteCFISection()
235 &patch_locations); in WriteCFISection()
274 ArrayRef<const uintptr_t>(patch_locations)); in WriteCFISection()
/art/compiler/debug/dwarf/
Dheaders.h89 std::vector<uintptr_t>* patch_locations) { in WriteFDE() argument
110 patch_locations->push_back(buffer_address + buffer->size() - section_address); in WriteFDE()
/art/compiler/linker/
Delf_builder.h592 void WritePatches(const char* name, const ArrayRef<const uintptr_t>& patch_locations) { in WritePatches() argument
594 EncodeOatPatches(patch_locations, &buffer); in WritePatches()