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

  /external/chromium_org/v8/src/
zone-inl.h 64 ASSERT(IsAddressAligned(result, kAlignment, 0));
frames-inl.h 236 ASSERT(IsAddressAligned(base, kPointerSize));
spaces.h 955 ASSERT(IsAddressAligned(start, MemoryChunk::kAlignment));
960 ASSERT(IsAddressAligned(start, MemoryChunk::kAlignment));
    [all...]
utils.h 232 inline bool IsAddressAligned(Address addr,
    [all...]
spaces.cc 230 ASSERT(IsAddressAligned(current.start, MemoryChunk::kAlignment));
258 ASSERT(IsAddressAligned(address, MemoryChunk::kAlignment));
    [all...]
  /external/v8/src/
zone-inl.h 65 ASSERT(IsAddressAligned(result, kAlignment, 0));
spaces.cc 229 ASSERT(IsAddressAligned(current.start, MemoryChunk::kAlignment));
246 ASSERT(IsAddressAligned(address, MemoryChunk::kAlignment));
    [all...]
spaces.h 851 ASSERT(IsAddressAligned(start, MemoryChunk::kAlignment));
856 ASSERT(IsAddressAligned(start, MemoryChunk::kAlignment));
    [all...]
utils.h 186 inline bool IsAddressAligned(Address addr,

Completed in 199 milliseconds