Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc754 Label aligned(this), not_aligned(this), merge(this, &adjusted_size); in AllocateRawAligned() local
755 Branch(WordAnd(top, IntPtrConstant(kDoubleAlignmentMask)), &not_aligned, in AllocateRawAligned()
758 Bind(&not_aligned); in AllocateRawAligned()