Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DColumn.java24 public Align align; field in Column
30 public Column(DocString heading, Align align) { in Column() argument
32 this.align = align; in Column()
45 public Column(String heading, Align align) { in Column() argument
46 this(DocString.text(heading), align); in Column()
DHtmlDoc.java145 if (mCurrentTableColumns[i].align == Column.Align.RIGHT) { in row()
/art/runtime/interpreter/mterp/arm/
Dentry.S21 .align 2
37 stmfd sp!, {r3-r10,fp,lr} @ save 10 regs, (r3 just to align 64)
Dop_double_to_long.S17 sub sp, sp, #4 @ align for EABI
Dfooter.S8 .align 2
/art/compiler/
Delf_builder.h97 Elf_Word align, in Section() argument
109 DCHECK_GE(align, 1u); in Section()
113 header_.sh_addralign = align; in Section()
247 Elf_Word align, in CachedSection() argument
249 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection()
284 Elf_Word align) in CachedStringSection() argument
291 align, in CachedStringSection()
308 Elf_Word align) in StringSection() argument
315 align, in StringSection()
409 Elf_Word align, in AbiflagsSection() argument
[all …]
/art/runtime/arch/arm/
Djni_entrypoints_arm.S31 sub sp, #12 @ pad stack pointer to align frame
Dquick_entrypoints_arm.S423 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling
1458 @ need to align by 16.
/art/runtime/interpreter/mterp/mips/
Dentry.S21 .align 2
Dfooter.S8 .align 2
/art/runtime/interpreter/mterp/x86_64/
Dfooter.S8 .align 2
/art/runtime/interpreter/mterp/x86/
Dfooter.S8 .align 2
/art/tools/dexfuzz/
DREADME112 (ARM/ARM64), and the divergences align with different architectures,
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S644 * the method_idx. This wrapper will save arg1-arg3, load the caller's Method*, align the
777 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes
880 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S653 subu $t0, $sp, $t0 # reserve & align *stack* to 16 bytes:
779 subu $t0, $sp, $t0 # reserve & align *stack* to 16 bytes:
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S319 .align 2
335 stmfd sp!, {r3-r10,fp,lr} @ save 10 regs, (r3 just to align 64)
7387 sub sp, sp, #4 @ align for EABI
11798 .align 2
Dmterp_x86_64.S11756 .align 2
Dmterp_x86.S12759 .align 2
Dmterp_mips.S514 .align 2