Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Djni_entrypoints_arm.S31 sub sp, #12 @ pad stack pointer to align frame
Dquick_entrypoints_arm.S404 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling
1058 @ need to align by 16.
/art/compiler/
Delf_builder.h59 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/
Dquick_entrypoints_mips64.S515 * 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/
DREADME112 (ARM/ARM64), and the divergences align with different architectures,
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S518 subu $t0, $sp, $t0 # reserve & align *stack* to 16 bytes: