Searched defs:AllocateAlignment (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/base/platform/
H A Dplatform-posix.cc228 size_t OS::AllocateAlignment() { function in class:v8::base::OS
H A Dplatform-win32.cc706 size_t OS::AllocateAlignment() { function in class:v8::base::OS
795 DCHECK((reinterpret_cast<uintptr_t>(mbase) % OS::AllocateAlignment()) == 0);
1209 DCHECK((alignment % OS::AllocateAlignment()) == 0);
1211 static_cast<intptr_t>(OS::AllocateAlignment()));

Completed in 82 milliseconds