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

  /external/chromium_org/v8/src/base/platform/
platform-linux.cc 135 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());
platform-openbsd.cc 59 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());
platform-qnx.cc 110 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());
platform-solaris.cc 157 DCHECK((alignment % OS::AllocateAlignment()) == 0);
159 static_cast<intptr_t>(OS::AllocateAlignment()));
179 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-freebsd.cc 185 DCHECK((alignment % OS::AllocateAlignment()) == 0);
187 static_cast<intptr_t>(OS::AllocateAlignment()));
207 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-macos.cc 187 DCHECK((alignment % OS::AllocateAlignment()) == 0);
189 static_cast<intptr_t>(OS::AllocateAlignment()));
209 size_t aligned_size = RoundUp(size, OS::AllocateAlignment());
platform-cygwin.cc 208 DCHECK((alignment % OS::AllocateAlignment()) == 0);
210 static_cast<intptr_t>(OS::AllocateAlignment()));
platform-win32.cc 712 size_t OS::AllocateAlignment() {
789 DCHECK((reinterpret_cast<uintptr_t>(mbase) % OS::AllocateAlignment()) == 0);
    [all...]
platform.h 227 static size_t AllocateAlignment();
platform-posix.cc 198 size_t OS::AllocateAlignment() {
  /external/chromium_org/v8/src/heap/
spaces.cc     [all...]

Completed in 3413 milliseconds