Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc1179 Label not_aligned(this), done_alignment(this, &adjusted_size); in AllocateRaw() local
1181 Branch(WordAnd(top, IntPtrConstant(kDoubleAlignmentMask)), &not_aligned, in AllocateRaw()
1184 BIND(&not_aligned); in AllocateRaw()