Home | History | Annotate | Download | only in arm

Lines Matching refs:patches

229   void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
300 const LinkerPatch patches[] = {
304 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
310 const LinkerPatch patches[] = {
314 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
317 void Thumb2RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
319 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
349 const LinkerPatch patches[] = {
352 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
389 const LinkerPatch patches[] = {
392 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
599 const LinkerPatch patches[] = {
603 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches));
701 const LinkerPatch patches[] = {
705 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches));
994 const LinkerPatch patches[] = {
998 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches));
1075 const LinkerPatch patches[] = {
1080 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches));
1135 const LinkerPatch patches[] = {
1140 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches));
1176 // Test 1MiB of patches to the same thunk to stress-test different large offsets.
1181 std::vector<LinkerPatch> patches;
1182 patches.reserve(num_patches);
1190 patches.push_back(LinkerPatch::BakerReadBarrierBranchPatch(8u * i + 4u, encoded_data));
1193 ASSERT_EQ(num_patches, patches.size());
1196 ArrayRef<const LinkerPatch>(patches));
1205 patches.push_back(LinkerPatch::BakerReadBarrierBranchPatch(8u * i + 4u, encoded_data));
1248 // Add 2 Baker GC root patches to the last method, one that would allow the thunk at