Searched refs:patch_locations (Results 1 – 4 of 4) sorted by relevance
135 for (const auto& patch_locations : test_data) { in TEST_F() local140 ElfBuilder<ElfTypes32>::EncodeOatPatches(ArrayRef<const uintptr_t>(patch_locations), in TEST_F()151 for (uintptr_t location : patch_locations) { in TEST_F()
202 std::vector<uintptr_t> patch_locations; in WriteCFISection() local206 patch_locations.reserve(sorted_method_infos.size()); in WriteCFISection()235 &patch_locations); in WriteCFISection()274 ArrayRef<const uintptr_t>(patch_locations)); in WriteCFISection()
89 std::vector<uintptr_t>* patch_locations) { in WriteFDE() argument110 patch_locations->push_back(buffer_address + buffer->size() - section_address); in WriteFDE()
592 void WritePatches(const char* name, const ArrayRef<const uintptr_t>& patch_locations) { in WritePatches() argument594 EncodeOatPatches(patch_locations, &buffer); in WritePatches()