Searched refs:CheckPcRelativePatch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/linker/mips/ |
D | relative_patcher_mips32r6_test.cc | 39 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset); 54 void Mips32r6RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch() function in art::linker::Mips32r6RelativePatcherTest 78 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), in TestDexCacheReference() 88 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference()
|
D | relative_patcher_mips_test.cc | 43 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset); 59 void MipsRelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch() function in art::linker::MipsRelativePatcherTest 88 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), in TestDexCacheReference() 98 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference()
|
/art/compiler/linker/mips64/ |
D | relative_patcher_mips64_test.cc | 41 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset); 61 void Mips64RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch() function in art::linker::Mips64RelativePatcherTest 85 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), in TestDexCacheReference()
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 140 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset); 171 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), in TestDexCacheReference() 182 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset); in TestStringReference() 185 void Thumb2RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch() function in art::linker::Thumb2RelativePatcherTest
|