Searched refs:AllocateAlignment (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-linux.cc135 const size_t msize = RoundUp(requested, AllocateAlignment());
309 DCHECK((alignment % OS::AllocateAlignment()) == 0);
311 static_cast<intptr_t>(OS::AllocateAlignment()));
331 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
H A Dplatform-openbsd.cc59 const size_t msize = RoundUp(requested, AllocateAlignment());
216 DCHECK((alignment % OS::AllocateAlignment()) == 0);
218 static_cast<intptr_t>(OS::AllocateAlignment()));
238 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
H A Dplatform-qnx.cc110 const size_t msize = RoundUp(requested, AllocateAlignment());
252 DCHECK((alignment % OS::AllocateAlignment()) == 0);
254 static_cast<intptr_t>(OS::AllocateAlignment()));
274 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
H A Dplatform-solaris.cc157 DCHECK((alignment % OS::AllocateAlignment()) == 0);
159 static_cast<intptr_t>(OS::AllocateAlignment()));
179 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
H A Dplatform-freebsd.cc185 DCHECK((alignment % OS::AllocateAlignment()) == 0);
187 static_cast<intptr_t>(OS::AllocateAlignment()));
207 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
H A Dplatform-macos.cc187 DCHECK((alignment % OS::AllocateAlignment()) == 0);
189 static_cast<intptr_t>(OS::AllocateAlignment()));
209 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
H A Dplatform-cygwin.cc208 DCHECK((alignment % OS::AllocateAlignment()) == 0);
210 static_cast<intptr_t>(OS::AllocateAlignment()));
H A Dplatform-win32.cc712 size_t OS::AllocateAlignment() { function in class:v8::base::OS
789 DCHECK((reinterpret_cast<uintptr_t>(mbase) % OS::AllocateAlignment()) == 0);
1208 DCHECK((alignment % OS::AllocateAlignment()) == 0);
1210 static_cast<intptr_t>(OS::AllocateAlignment()));
H A Dplatform.h227 static size_t AllocateAlignment();
H A Dplatform-posix.cc198 size_t OS::AllocateAlignment() { function in class:v8::base::OS
/external/chromium_org/v8/src/heap/
H A Dspaces.cc1549 DCHECK(IsAligned(delta, base::OS::AllocateAlignment()));
1578 DCHECK(IsAligned(delta, base::OS::AllocateAlignment()));

Completed in 901 milliseconds