HomeSort by relevance Sort by last modified time
    Searched refs:AllocateAlignment (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
platform-linux.cc 117 const size_t msize = RoundUp(requested, AllocateAlignment());
294 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
296 static_cast<intptr_t>(OS::AllocateAlignment()));
316 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-openbsd.cc 58 const size_t msize = RoundUp(requested, AllocateAlignment());
215 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
217 static_cast<intptr_t>(OS::AllocateAlignment()));
237 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-qnx.cc 109 const size_t msize = RoundUp(requested, AllocateAlignment());
251 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
253 static_cast<intptr_t>(OS::AllocateAlignment()));
273 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-solaris.cc 157 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
159 static_cast<intptr_t>(OS::AllocateAlignment()));
179 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-freebsd.cc 184 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
186 static_cast<intptr_t>(OS::AllocateAlignment()));
206 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-macos.cc 186 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
188 static_cast<intptr_t>(OS::AllocateAlignment()));
208 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-cygwin.cc 235 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
237 static_cast<intptr_t>(OS::AllocateAlignment()));
platform-win32.cc 700 size_t OS::AllocateAlignment() {
771 ASSERT(IsAligned(reinterpret_cast<size_t>(mbase), OS::AllocateAlignment()));
    [all...]
platform.h 219 static size_t AllocateAlignment();
platform-posix.cc 239 size_t OS::AllocateAlignment() {
spaces.cc     [all...]

Completed in 153 milliseconds