Searched refs:FixedAllocaAlignBytes (Results 1 – 5 of 5) sorted by relevance
104 FixedAllocaAlignBytes = Align; in reserveFixedAllocaArea()109 Utils::applyAlignment(CurrentAllocaOffset, FixedAllocaAlignBytes); in getFrameFixedAllocaOffset()852 size_t FixedAllocaAlignBytes = 0; variable
137 FixedAllocaAlignBytes = Align; in reserveFixedAllocaArea()1227 size_t FixedAllocaAlignBytes = 0; variable
178 FixedAllocaAlignBytes = Align; in reserveFixedAllocaArea()1089 size_t FixedAllocaAlignBytes = 0; variable
1618 if (FixedAllocaAlignBytes > ARM32_STACK_ALIGNMENT_BYTES) { in addProlog()1619 Sandboxer(this).align_sp(FixedAllocaAlignBytes); in addProlog()
1167 std::max(RequiredStackAlignment, FixedAllocaAlignBytes);