• Home
  • Raw
  • Download

Lines Matching refs:patches

223       const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) {  in AddCompiledMethod()  argument
224 RelativePatcherTest::AddCompiledMethod(method_ref, code, patches); in AddCompiledMethod()
227 for (const LinkerPatch& patch : patches) { in AddCompiledMethod()
277 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
359 const LinkerPatch patches[] = { in TestStringBssEntry() local
363 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset); in TestStringBssEntry()
369 const LinkerPatch patches[] = { in TestStringReference() local
373 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference()
376 void Thumb2RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch() argument
378 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches)); in CheckPcRelativePatch()
408 const LinkerPatch patches[] = { in TEST_F() local
411 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
448 const LinkerPatch patches[] = { in TEST_F() local
451 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
669 const LinkerPatch patches[] = { in TEST_F() local
672 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
719 const LinkerPatch patches[] = { in TestBakerFieldWide() local
723 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches)); in TestBakerFieldWide()
817 const LinkerPatch patches[] = { in TestBakerFieldNarrow() local
821 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches)); in TestBakerFieldNarrow()
1122 const LinkerPatch patches[] = { in TEST_F() local
1126 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
1199 const LinkerPatch patches[] = { in TEST_F() local
1203 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
1254 const LinkerPatch patches[] = { in TEST_F() local
1258 AddCompiledMethod(MethodRef(method_idx), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
1299 std::vector<LinkerPatch> patches; in TEST_F() local
1300 patches.reserve(num_patches); in TEST_F()
1307 patches.push_back(LinkerPatch::BakerReadBarrierBranchPatch(8u * i + 4u, encoded_data)); in TEST_F()
1310 ASSERT_EQ(num_patches, patches.size()); in TEST_F()
1313 ArrayRef<const LinkerPatch>(patches)); in TEST_F()
1322 patches.push_back(LinkerPatch::BakerReadBarrierBranchPatch(8u * i + 4u, encoded_data)); in TEST_F()