HomeSort by relevance Sort by last modified time
    Searched refs:kLiteralOffsetLow2 (Results 1 - 3 of 3) sorted by null

  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 32 static const uint32_t kLiteralOffsetLow2;
54 const uint32_t Mips64RelativePatcherTest::kLiteralOffsetLow2 = 8; // At lwu.
86 LinkerPatch::StringBssEntryPatch(kLiteralOffsetLow2, nullptr, kAnchorOffset, kStringIndex)
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 31 static const uint32_t kLiteralOffsetLow2;
53 const uint32_t Mips32r6RelativePatcherTest::kLiteralOffsetLow2 = 8; // At lw.
85 LinkerPatch::StringBssEntryPatch(kLiteralOffsetLow2, nullptr, kAnchorOffset, kStringIndex)
96 LinkerPatch::RelativeStringPatch(kLiteralOffsetLow2, nullptr, kAnchorOffset, kStringIndex)
relative_patcher_mips_test.cc 31 static const uint32_t kLiteralOffsetLow2;
55 const uint32_t MipsRelativePatcherTest::kLiteralOffsetLow2 = 16; // At lw.
89 LinkerPatch::StringBssEntryPatch(kLiteralOffsetLow2, nullptr, kAnchorOffset, kStringIndex)
100 LinkerPatch::RelativeStringPatch(kLiteralOffsetLow2, nullptr, kAnchorOffset, kStringIndex)

Completed in 6576 milliseconds