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

/art/compiler/linker/mips64/
H A Drelative_patcher_mips64_test.cc23 class Mips64RelativePatcherTest : public RelativePatcherTest { class in namespace:art::linker
25 Mips64RelativePatcherTest() : RelativePatcherTest(kMips64, "default") {} function in class:art::linker::Mips64RelativePatcherTest
46 const uint8_t Mips64RelativePatcherTest::kUnpatchedPcRelativeRawCode[] = {
50 const uint8_t Mips64RelativePatcherTest::kUnpatchedPcRelativeCallRawCode[] = {
54 const uint32_t Mips64RelativePatcherTest::kLiteralOffset = 0; // At auipc (where patching starts).
55 const uint32_t Mips64RelativePatcherTest::kAnchorOffset = 0; // At auipc (where PC+0 points).
56 const ArrayRef<const uint8_t> Mips64RelativePatcherTest::kUnpatchedPcRelativeCode(
58 const ArrayRef<const uint8_t> Mips64RelativePatcherTest::kUnpatchedPcRelativeCallCode(
61 void Mips64RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
79 void Mips64RelativePatcherTest
[all...]

Completed in 24 milliseconds