Home
last modified time | relevance | path

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

12

/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
Dos_linux.cc110 size_t alignment, in OpenFileDirectlyOrFromZip()
Dzip_archive.cc197 size_t alignment) { in MapDirectlyOrExtract()
Dmem_map.cc405 size_t alignment, in MapAnonymousAligned()
1355 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.cc586 size_t alignment, in CheckValidOffsetAndSize()
785 size_t alignment; in CheckMap() local
/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.cc369 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA); in FromCodeToAllocation() local
374 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA); 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/base/
Dgc_visited_arena_pool.cc92 size_t alignment = gc::Heap::BestPageTableAlignment(size); in AddMap() local
/art/runtime/gc/space/
Dbump_pointer_space.cc263 uint8_t* BumpPointerSpace::AlignEnd(Thread* self, size_t alignment, Heap* heap) { in AlignEnd()
/art/runtime/arch/arm64/
Dasm_support_arm64.S107 .macro ENTRY_ALIGNED name, alignment
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc193 static void RunTest(size_t alignment, TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()
/art/dex2oat/linker/
Doat_writer.h392 size_t GetOffsetFromOatDataAlignedToFile(size_t offset_from_oat_data, size_t alignment) const { in GetOffsetFromOatDataAlignedToFile()
Doat_writer_test.cc993 size_t alignment = GetInstructionSetCodeAlignment(instruction_set_); in TEST_F() local
Dimage_writer.cc2983 size_t alignment = ArtMethod::Alignment(target_ptr_size_); in CopyAndFixupNativeData() local
/art/libelffile/elf/
Delf_builder.h877 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.cc599 size_t alignment = Heap::BestPageTableAlignment(len); in AddLinearAllocSpaceData() local
/art/compiler/utils/x86/
Dassembler_x86.cc3871 void X86Assembler::Align(int alignment, int offset) { in Align()

12