Searched refs:align (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 31 sub sp, #12 @ pad stack pointer to align frame
|
D | quick_entrypoints_arm.S | 404 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling 1058 @ need to align by 16.
|
/art/compiler/ |
D | elf_builder.h | 59 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize) in Section() argument 64 header_.sh_addralign = align; in Section() 163 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize, 165 : Section(name, type, flags, link, info, align, entsize), in Section() argument 222 const Section* link, Elf_Word info, Elf_Word align, in OatSection() argument 224 : Section(name, type, flags, link, info, align, entsize), in OatSection() 797 Elf_Off offset, Elf_Word size, Elf_Word align) { in MakeProgramHeader() argument 806 phdr.p_align = align; in MakeProgramHeader()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 515 * the method_idx. This wrapper will save arg1-arg3, load the caller's Method*, align the 647 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes 750 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes
|
/art/tools/dexfuzz/ |
D | README | 112 (ARM/ARM64), and the divergences align with different architectures,
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 518 subu $t0, $sp, $t0 # reserve & align *stack* to 16 bytes:
|