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

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc385 bool has_thunk,
395 if (has_thunk) {
404 bool has_thunk,
407 TestAdrpInsn2Ldr(kLdurInsn, adrp_offset, has_thunk, bss_begin, string_entry_offset);
413 bool has_thunk,
420 TestAdrpInsn2Ldr(insn2, adrp_offset, has_thunk, bss_begin, string_entry_offset);
426 bool has_thunk,
431 TestAdrpInsn2Ldr(insn2, adrp_offset, has_thunk, bss_begin, string_entry_offset);
436 bool has_thunk,
444 if (has_thunk) {
383 TestAdrpInsn2Ldr(uint32_t insn2, uint32_t adrp_offset, bool has_thunk, uint32_t bss_begin, uint32_t string_entry_offset) argument
403 TestAdrpLdurLdr(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 31 milliseconds