Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h346 #define OBJECT_ALIGNMENT_MASK 7 in CheckAsmSupportOffsetsAndSizes() macro
347 ADD_TEST_EQ(static_cast<size_t>(OBJECT_ALIGNMENT_MASK), art::kObjectAlignment - 1) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S925 …addl LITERAL(OBJECT_ALIGNMENT_MASK), %ecx // Align the size by 8. (addr + 7) & ~7.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1695 add x7, x7, #OBJECT_ALIGNMENT_MASK
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1138 add r3, r3, #OBJECT_ALIGNMENT_MASK