Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 25 of 25) sorted by relevance

/art/libartbase/base/
Dlength_prefixed_array.h96 T& AtUnchecked(size_t index, size_t element_size, size_t alignment) { in AtUnchecked()
101 const T& AtUnchecked(size_t index, size_t element_size, size_t alignment) const { in AtUnchecked()
Dbit_utils.h225 #define CHECK_ALIGNED(value, alignment) \ argument
228 #define DCHECK_ALIGNED(value, alignment) \ argument
231 #define CHECK_ALIGNED_PARAM(value, alignment) \ argument
234 #define DCHECK_ALIGNED_PARAM(value, alignment) \ argument
Dzip_archive.cc201 size_t alignment) { in MapDirectlyOrExtract()
Dmem_map.cc396 size_t alignment, in MapAnonymousAligned()
1347 void MemMap::AlignBy(size_t alignment, bool align_both_ends) { in AlignBy()
/art/libdexfile/dex/
Dcompact_dex_utils.h29 size_t alignment) { in AlignmentPadVector()
Ddex_file_verifier.cc583 size_t alignment, in CheckValidOffsetAndSize()
/art/runtime/arch/arm/
Dasm_support_arm.S79 .macro DEF_ENTRY thumb_or_arm, name, alignment
99 .macro ENTRY_ALIGNED name, alignment
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java298 public void alignForwards(int alignment) throws IOException { in alignForwards()
311 public void alignBackwards(int alignment) throws IOException { in alignBackwards()
/art/runtime/jit/
Djit_memory_region.cc362 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in CommitCode() local
467 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in AllocateCode() local
Djit_code_cache.cc367 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in FromCodeToAllocation() local
372 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in FromAllocationToCode() local
/art/libelffile/dwarf/
Dwriter.h160 void Pad(int alignment) { in Pad()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc77 bool MakeSpaceBefore(const ThunkData& next_thunk, size_t alignment) { in MakeSpaceBefore()
465 size_t alignment = GetInstructionSetCodeAlignment(instruction_set_); in AddUnreservedThunk() local
/art/runtime/arch/arm64/
Dasm_support_arm64.S83 .macro ENTRY_ALIGNED name, alignment
/art/runtime/gc/space/
Dbump_pointer_space.cc259 uint8_t* BumpPointerSpace::AlignEnd(Thread* self, size_t alignment, Heap* heap) { in AlignEnd()
/art/runtime/base/
Dgc_visited_arena_pool.cc108 size_t alignment = gc::Heap::BestPageTableAlignment(size); in AddMap() local
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc193 static void RunTest(size_t alignment, TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()
/art/libelffile/elf/
Delf_builder.h819 off_t AlignFileOffset(size_t alignment) { in AlignFileOffset()
/art/compiler/optimizing/
Dnodes_vector.h344 void SetAlignment(Alignment alignment) { alignment_ = alignment; } in SetAlignment()
Dloop_optimization.cc1233 Alignment alignment = ComputeAlignment(i->offset, i->type, i->is_string_char_at); in CanVectorizeDataFlow() local
/art/runtime/gc/collector/
Dmark_compact.cc610 size_t alignment = Heap::BestPageTableAlignment(len); in AddLinearAllocSpaceData() local
/art/dex2oat/linker/
Dimage_writer.cc2995 size_t alignment = ArtMethod::Alignment(target_ptr_size_); in CopyAndFixupNativeData() local
/art/compiler/utils/x86/
Dassembler_x86.cc3871 void X86Assembler::Align(int alignment, int offset) { in Align()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc5360 void X86_64Assembler::Align(int alignment, int offset) { in Align()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc1446 uint32_t alignment, in RepeatVRAligned()
1472 uint32_t alignment, in RepeatVVAligned()
Dassembler_riscv64.cc7200 const uint32_t alignment = in FinalizeLabeledBranch() local