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

  /art/dex2oat/linker/mips64/
relative_patcher_mips64_test.cc 44 void TestStringBssEntry(uint32_t bss_begin, uint32_t string_entry_offset);
79 void Mips64RelativePatcherTest::TestStringBssEntry(uint32_t bss_begin,
93 TestStringBssEntry(/* bss_begin */ 0x12345678, /* string_entry_offset */ 0x1234);
  /art/dex2oat/linker/mips/
relative_patcher_mips32r6_test.cc 42 void TestStringBssEntry(uint32_t bss_begin, uint32_t string_entry_offset);
77 void Mips32r6RelativePatcherTest::TestStringBssEntry(uint32_t bss_begin,
102 TestStringBssEntry(/* bss_begin */ 0x12345678, /* string_entry_offset */ 0x1234);
relative_patcher_mips_test.cc 43 void TestStringBssEntry(uint32_t bss_begin, uint32_t string_entry_offset);
82 void MipsRelativePatcherTest::TestStringBssEntry(uint32_t bss_begin,
107 TestStringBssEntry(/* bss_begin */ 0x12345678, /* string_entry_offset */ 0x1234);
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 274 void TestStringBssEntry(uint32_t bss_begin, uint32_t string_entry_offset);
353 void Thumb2RelativePatcherTest::TestStringBssEntry(uint32_t bss_begin,
626 TestStringBssEntry(0x00ff0000u, 0x00fcu);
631 TestStringBssEntry(0x02ff0000u, 0x05fcu);
636 TestStringBssEntry(0x08ff0000u, 0x08fcu);
641 TestStringBssEntry(0xd0ff0000u, 0x60fcu);
    [all...]

Completed in 573 milliseconds