Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h105 #define CHECK_ALIGNED(value, alignment) \ argument
108 #define DCHECK_ALIGNED(value, alignment) \ argument
111 #define DCHECK_ALIGNED_PARAM(value, alignment) \ argument
/art/compiler/
Delf_writer_mclinker.cc193 uint32_t alignment = kPageSize; in AddOatInput() local
/art/compiler/llvm/
Dgbc_expander.cc1068 uint32_t alignment; in Expand_FilledNewArray() local
2366 uint32_t alignment; in Expand_HLFilledNewArray() local
/art/compiler/utils/x86/
Dassembler_x86.cc1302 void X86Assembler::Align(int alignment, int offset) { in Align()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1498 void X86_64Assembler::Align(int alignment, int offset) { in Align()