/art/tools/ahat/src/main/com/android/ahat/ |
D | Column.java | 24 public Align align; field in Column 31 public Column(DocString heading, Align align, boolean visible) { in Column() argument 33 this.align = align; in Column() 37 public Column(String heading, Align align, boolean visible) { in Column() argument 38 this(DocString.text(heading), align, visible); in Column() 41 public Column(DocString heading, Align align) { in Column() argument 42 this(heading, align, true); in Column() 55 public Column(String heading, Align align) { in Column() argument 56 this(DocString.text(heading), align); in Column()
|
D | HtmlDoc.java | 160 if (mCurrentTableColumns[i].align == Column.Align.RIGHT) { in row()
|
/art/test/674-vdex-uncompress/ |
D | build | 19 ./default-build "$@" --zip-compression-method store --zip-align 4
|
/art/test/071-dexfile-map-clean/ |
D | build | 21 ./default-build "$@" --zip-compression-method store --zip-align 4
|
/art/test/677-fsi/ |
D | build | 17 ./default-build "$@" --zip-compression-method store --zip-align 4
|
/art/libelffile/elf/ |
D | elf_builder.h | 96 Elf_Word align, in Section() argument 106 DCHECK_GE(align, 1u); in Section() 110 header_.sh_addralign = align; in Section() 123 Elf_Word align = AddSection(); in AllocateVirtualMemory() local 125 header_.sh_addr = RoundUp(addr, align); in AllocateVirtualMemory() 135 Elf_Word align = AddSection(); in Start() local 137 header_.sh_offset = owner_->AlignFileOffset(align); in Start() 234 Elf_Word align, in CachedSection() argument 236 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection() 271 Elf_Word align) in CachedStringSection() argument [all …]
|
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 31 sub sp, #12 @ pad stack pointer to align frame
|
/art/runtime/interpreter/mterp/arm/ |
D | main.S | 372 .align 2 385 stmfd sp!, {r3-r10,fp,lr} @ save 10 regs, (r3 just to align 64) 462 .align 2
|
/art/build/ |
D | Android.gtest.mk | 115 $(call align-package, $@) 122 $(call align-package, $@) 161 $(call align-package, $@) 168 $(call align-package, $@)
|
/art/tools/dexfuzz/ |
D | README | 110 (ARM/ARM64), and the divergences align with different architectures,
|
/art/runtime/interpreter/mterp/x86_64/ |
D | main.S | 446 .align 2
|
/art/runtime/interpreter/mterp/mips/ |
D | main.S | 750 .align 2 844 .align 2
|
/art/runtime/interpreter/mterp/x86/ |
D | main.S | 463 .align 2
|
/art/compiler/optimizing/ |
D | loop_optimization.cc | 1084 uint32_t align = GetVectorSizeInBytes() >> shift; in Vectorize() local 1091 induc_type, offset, graph_->GetConstant(induc_type, align - 1u))); in Vectorize() 1093 induc_type, graph_->GetConstant(induc_type, align), rem)); in Vectorize()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1060 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes 1162 dsll $t3, $t3, 4 # shift the frame size left 4 to align to 16 bytes
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 986 subu $t0, $sp, $t0 # reserve & align *stack* to 16 bytes:
|