Searched refs:kAnchorOffset (Results 1 - 3 of 3) sorted by relevance

/art/compiler/linker/mips/
H A Drelative_patcher_mips32r6_test.cc30 static const uint32_t kAnchorOffset; member in class:art::linker::Mips32r6RelativePatcherTest
50 const uint32_t Mips32r6RelativePatcherTest::kAnchorOffset = 0; // At auipc (where PC+0 points). member in class:art::linker::Mips32r6RelativePatcherTest
62 uint32_t diff = target_offset - (result.second + kAnchorOffset);
76 LinkerPatch::DexCacheArrayPatch(kLiteralOffset, nullptr, kAnchorOffset, element_offset)
86 LinkerPatch::RelativeStringPatch(kLiteralOffset, nullptr, kAnchorOffset, kStringIndex)
H A Drelative_patcher_mips_test.cc34 static const uint32_t kAnchorOffset; member in class:art::linker::MipsRelativePatcherTest
55 const uint32_t MipsRelativePatcherTest::kAnchorOffset = 8; // At addu (where PC+0 points). member in class:art::linker::MipsRelativePatcherTest
67 uint32_t diff = target_offset - (result.second + kAnchorOffset);
86 LinkerPatch::DexCacheArrayPatch(kLiteralOffset, nullptr, kAnchorOffset, element_offset)
96 LinkerPatch::RelativeStringPatch(kLiteralOffset, nullptr, kAnchorOffset, kStringIndex)
/art/compiler/linker/mips64/
H A Drelative_patcher_mips64_test.cc31 static const uint32_t kAnchorOffset; member in class:art::linker::Mips64RelativePatcherTest
55 const uint32_t Mips64RelativePatcherTest::kAnchorOffset = 0; // At auipc (where PC+0 points). member in class:art::linker::Mips64RelativePatcherTest
69 uint32_t diff = target_offset - (result.second + kAnchorOffset);
83 LinkerPatch::DexCacheArrayPatch(kLiteralOffset, nullptr, kAnchorOffset, element_offset)
110 uint32_t diff_after = method2_offset - (method1_offset + kAnchorOffset /* PC adjustment */);
117 uint32_t diff_before = method1_offset - (method2_offset + kAnchorOffset /* PC adjustment */);

Completed in 112 milliseconds