Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc33 class Thumb2RelativePatcherTest : public RelativePatcherTest { class
35 Thumb2RelativePatcherTest() : RelativePatcherTest(InstructionSet::kThumb2, "default") { } in Thumb2RelativePatcherTest() function in art::linker::Thumb2RelativePatcherTest
333 const uint8_t Thumb2RelativePatcherTest::kCallRawCode[] = {
337 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kCallCode(kCallRawCode);
339 const uint8_t Thumb2RelativePatcherTest::kNopRawCode[] = {
343 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kNopCode(kNopRawCode);
345 const uint8_t Thumb2RelativePatcherTest::kUnpatchedPcRelativeRawCode[] = {
350 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kUnpatchedPcRelativeCode(
352 const uint32_t Thumb2RelativePatcherTest::kPcInsnOffset = 8u;
354 void Thumb2RelativePatcherTest::TestStringBssEntry(uint32_t bss_begin, in TestStringBssEntry()
[all …]
Drelative_patcher_thumb2.h70 friend class Thumb2RelativePatcherTest; variable
Drelative_patcher_arm_base.h152 friend class Thumb2RelativePatcherTest; variable
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h41 class Thumb2RelativePatcherTest; variable
927 friend class linker::Thumb2RelativePatcherTest;