Searched defs:adrp_offset (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc226 uint32_t adrp_offset = method_offset + num_nops * 4u; local
227 uint32_t disp = target_offset - (adrp_offset & ~0xfffu);
384 uint32_t adrp_offset,
390 ASSERT_LT(method1_offset, adrp_offset);
391 CHECK_ALIGNED(adrp_offset, 4u);
392 uint32_t num_nops = (adrp_offset - method1_offset) / 4u;
403 void TestAdrpLdurLdr(uint32_t adrp_offset, argument
407 TestAdrpInsn2Ldr(kLdurInsn, adrp_offset, has_thunk, bss_begin, string_entry_offset);
412 uint32_t adrp_offset,
420 TestAdrpInsn2Ldr(insn2, adrp_offset, has_thun
383 TestAdrpInsn2Ldr(uint32_t insn2, uint32_t adrp_offset, bool has_thunk, uint32_t bss_begin, uint32_t string_entry_offset) argument
410 TestAdrpLdrPcRelLdr(uint32_t pcrel_ldr_insn, int32_t pcrel_disp, uint32_t adrp_offset, bool has_thunk, uint32_t bss_begin, uint32_t string_entry_offset) argument
423 TestAdrpLdrSpRelLdr(uint32_t sprel_ldr_insn, uint32_t sprel_disp_in_load_units, uint32_t adrp_offset, bool has_thunk, uint32_t bss_begin, uint32_t string_entry_offset) argument
434 TestAdrpInsn2Add(uint32_t insn2, uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) argument
452 TestAdrpLdurAdd(uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) argument
456 TestAdrpLdrPcRelAdd(uint32_t pcrel_ldr_insn, int32_t pcrel_disp, uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) argument
468 TestAdrpLdrSpRelAdd(uint32_t sprel_ldr_insn, uint32_t sprel_disp_in_load_units, uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) argument
[all...]

Completed in 37 milliseconds