Home
last modified time | relevance | path

Searched refs:Mips32r6RelativePatcherTest (Results 1 – 1 of 1) sorted by relevance

/art/compiler/linker/mips/
Drelative_patcher_mips32r6_test.cc23 class Mips32r6RelativePatcherTest : public RelativePatcherTest { class
25 Mips32r6RelativePatcherTest() : RelativePatcherTest(kMips, "mips32r6") {} in Mips32r6RelativePatcherTest() function in art::linker::Mips32r6RelativePatcherTest
44 const uint8_t Mips32r6RelativePatcherTest::kUnpatchedPcRelativeRawCode[] = {
48 const uint32_t Mips32r6RelativePatcherTest::kLiteralOffset = 0; // At auipc (where
50 const uint32_t Mips32r6RelativePatcherTest::kAnchorOffset = 0; // At auipc (where PC+0 points).
51 const ArrayRef<const uint8_t> Mips32r6RelativePatcherTest::kUnpatchedPcRelativeCode(
54 void Mips32r6RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, in CheckPcRelativePatch()
72 void Mips32r6RelativePatcherTest::TestDexCacheReference(uint32_t dex_cache_arrays_begin, in TestDexCacheReference()
82 void Mips32r6RelativePatcherTest::TestStringReference(uint32_t string_offset) { in TestStringReference()
91 TEST_F(Mips32r6RelativePatcherTest, DexCacheReference) { in TEST_F() argument
[all …]