Searched refs:Thumb2RelativePatcherTest (Results 1 – 2 of 2) sorted by relevance
24 class Thumb2RelativePatcherTest : public RelativePatcherTest { class26 Thumb2RelativePatcherTest() : RelativePatcherTest(kThumb2, "default") { } in Thumb2RelativePatcherTest() function in art::linker::Thumb2RelativePatcherTest134 const uint8_t Thumb2RelativePatcherTest::kCallRawCode[] = {138 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kCallCode(kCallRawCode);140 const uint8_t Thumb2RelativePatcherTest::kNopRawCode[] = {144 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kNopCode(kNopRawCode);146 const uint8_t Thumb2RelativePatcherTest::kUnpatchedPcRelativeRawCode[] = {151 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kUnpatchedPcRelativeCode(153 const uint32_t Thumb2RelativePatcherTest::kPcInsnOffset = 8u;155 void Thumb2RelativePatcherTest::TestDexCacheReference(uint32_t dex_cache_arrays_begin, in TestDexCacheReference()[all …]
66 friend class Thumb2RelativePatcherTest; variable