Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DColumn.java24 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()
DHtmlDoc.java160 if (mCurrentTableColumns[i].align == Column.Align.RIGHT) { in row()
/art/test/674-vdex-uncompress/
Dbuild19 ./default-build "$@" --zip-compression-method store --zip-align 4
/art/test/677-fsi/
Dbuild17 ./default-build "$@" --zip-compression-method store --zip-align 4
/art/test/071-dexfile-map-clean/
Dbuild21 ./default-build "$@" --zip-compression-method store --zip-align 4
/art/runtime/interpreter/mterp/arm/
Dentry.S21 .align 2
33 stmfd sp!, {r3-r10,fp,lr} @ save 10 regs, (r3 just to align 64)
Dfooter.S8 .align 2
/art/compiler/linker/
Delf_builder.h104 Elf_Word align, in Section() argument
114 DCHECK_GE(align, 1u); in Section()
118 header_.sh_addralign = align; in Section()
131 Elf_Word align = AddSection(); in AllocateVirtualMemory() local
133 header_.sh_addr = RoundUp(addr, align); in AllocateVirtualMemory()
143 Elf_Word align = AddSection(); in Start() local
145 header_.sh_offset = owner_->AlignFileOffset(align); in Start()
242 Elf_Word align, in CachedSection() argument
244 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection()
279 Elf_Word align) in CachedStringSection() argument
[all …]
/art/runtime/arch/arm/
Djni_entrypoints_arm.S31 sub sp, #12 @ pad stack pointer to align frame
/art/runtime/interpreter/mterp/mips/
Dentry.S21 .align 2
Dfooter.S8 .align 2
/art/runtime/interpreter/mterp/x86_64/
Dfooter.S8 .align 2
/art/build/
DAndroid.gtest.mk103 $(call align-package, $@)
108 $(call align-package, $@)
123 $(call align-package, $@)
128 $(call align-package, $@)
/art/runtime/interpreter/mterp/x86/
Dfooter.S8 .align 2
/art/tools/dexfuzz/
DREADME110 (ARM/ARM64), and the divergences align with different architectures,
/art/compiler/optimizing/
Dloop_optimization.cc882 uint32_t align = GetVectorSizeInBytes() >> shift; in Vectorize() local
889 induc_type, offset, graph_->GetConstant(induc_type, align - 1u))); in Vectorize()
891 induc_type, graph_->GetConstant(induc_type, align), rem)); in Vectorize()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1060 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/x86_64/
Dquick_entrypoints_x86_64.S2429 .align 4
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2958 .align 2
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S986 subu $t0, $sp, $t0 # reserve & align *stack* to 16 bytes:
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S11880 .align 2