Home
last modified time | relevance | path

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

/art/runtime/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.h204 #define CHECK_ALIGNED(value, alignment) \ argument
207 #define DCHECK_ALIGNED(value, alignment) \ argument
210 #define CHECK_ALIGNED_PARAM(value, alignment) \ argument
213 #define DCHECK_ALIGNED_PARAM(value, alignment) \ argument
Dsafe_copy_test.cc76 TEST(SafeCopyTest, alignment) { in TEST() argument
/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/compiler/linker/arm/
Drelative_patcher_arm_base.cc68 bool MakeSpaceBefore(const ThunkData& next_thunk, size_t alignment) { in MakeSpaceBefore()
370 size_t alignment = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk() local
/art/compiler/debug/dwarf/
Dwriter.h158 void Pad(int alignment) { in Pad()
/art/compiler/
Dexception_test.cc85 const size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp() local
Delf_builder.h815 off_t AlignFileOffset(size_t alignment) { in AlignFileOffset()
819 Elf_Addr AlignVirtualAddress(size_t alignment) { in AlignVirtualAddress()
Dimage_writer.cc1947 size_t alignment = ArtMethod::Alignment(target_ptr_size_); in CopyAndFixupNativeData() local
/art/runtime/
Dzip_archive.cc49 bool ZipEntry::IsAlignedTo(size_t alignment) { in IsAlignedTo()
Ddex_file_verifier.cc335 size_t alignment, in CheckValidOffsetAndSize()
/art/runtime/jit/
Djit_code_cache.cc279 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromCodeToAllocation() local
544 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in CommitCodeInternal() local
1450 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in AllocateCode() local
/art/compiler/optimizing/
Dnodes_vector.h183 void SetAlignment(Alignment alignment) { alignment_ = alignment; } in SetAlignment()
/art/compiler/utils/x86/
Dassembler_x86.cc2407 void X86Assembler::Align(int alignment, int offset) { in Align()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3010 void X86_64Assembler::Align(int alignment, int offset) { in Align()