/art/tools/ahat/src/ |
D | Column.java | 24 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()
|
D | HtmlDoc.java | 145 if (mCurrentTableColumns[i].align == Column.Align.RIGHT) { in row()
|
/art/runtime/interpreter/mterp/arm/ |
D | entry.S | 21 .align 2 37 stmfd sp!, {r3-r10,fp,lr} @ save 10 regs, (r3 just to align 64)
|
D | op_double_to_long.S | 17 sub sp, sp, #4 @ align for EABI
|
D | footer.S | 8 .align 2
|
/art/compiler/ |
D | elf_builder.h | 97 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/ |
D | jni_entrypoints_arm.S | 31 sub sp, #12 @ pad stack pointer to align frame
|
D | quick_entrypoints_arm.S | 423 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling 1458 @ need to align by 16.
|
/art/runtime/interpreter/mterp/mips/ |
D | entry.S | 21 .align 2
|
D | footer.S | 8 .align 2
|
/art/runtime/interpreter/mterp/x86_64/ |
D | footer.S | 8 .align 2
|
/art/runtime/interpreter/mterp/x86/ |
D | footer.S | 8 .align 2
|
/art/tools/dexfuzz/ |
D | README | 112 (ARM/ARM64), and the divergences align with different architectures,
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 644 * 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/ |
D | quick_entrypoints_mips.S | 653 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/ |
D | mterp_arm.S | 319 .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
|
D | mterp_x86_64.S | 11756 .align 2
|
D | mterp_x86.S | 12759 .align 2
|
D | mterp_mips.S | 514 .align 2
|