Home
last modified time | relevance | path

Searched refs:OBJECT_ALIGNMENT_MASK (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dasm_support.h221 #define OBJECT_ALIGNMENT_MASK 7 in CheckAsmSupportOffsetsAndSizes() macro
222 ADD_TEST_EQ(static_cast<size_t>(OBJECT_ALIGNMENT_MASK), art::kObjectAlignment - 1) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S935 …addl LITERAL(OBJECT_ALIGNMENT_MASK), %ecx // Align the size by 8. (addr + 7) & ~7.