Home
last modified time | relevance | path

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

/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc287 void TestAdrpLdurLdr(uint32_t adrp_offset, bool has_thunk, in TestAdrpLdurLdr() function in art::linker::Arm64RelativePatcherTest
513 TestAdrpLdurLdr(0xff4u, false, 0x12345678u, 0x1234u); in TEST_F()
517 TestAdrpLdurLdr(0xff8u, true, 0x12345678u, 0x1234u); in TEST_F()
521 TestAdrpLdurLdr(0xffcu, true, 0x12345678u, 0x1234u); in TEST_F()
525 TestAdrpLdurLdr(0x1000u, false, 0x12345678u, 0x1234u); in TEST_F()
529 TestAdrpLdurLdr(0xff4u, false, 0x12345678u, 0x1234u); in TEST_F()
533 TestAdrpLdurLdr(0xff8u, false, 0x12345678u, 0x1234u); in TEST_F()
537 TestAdrpLdurLdr(0xffcu, false, 0x12345678u, 0x1234u); in TEST_F()
541 TestAdrpLdurLdr(0x1000u, false, 0x12345678u, 0x1234u); in TEST_F()