Home
last modified time | relevance | path

Searched refs:IsAligned (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dsmall-pointer-list.h56 ASSERT(IsAligned(reinterpret_cast<intptr_t>(pointer), kPointerAlignment)); in Add()
65 ASSERT(IsAligned(reinterpret_cast<intptr_t>(list), kPointerAlignment)); in Add()
Dsafepoint-table.cc43 ASSERT(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in HasRegisters()
93 ASSERT(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in PrintEntry()
192 ASSERT(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in Emit()
Dheap-inl.h333 ASSERT(IsAligned(byte_size, kPointerSize)); in CopyBlock()
343 ASSERT(IsAligned(byte_size, kPointerSize)); in CopyBlockToOldSpaceAndUpdateRegionMarks()
366 ASSERT(IsAligned(byte_size, kPointerSize)); in MoveBlock()
387 ASSERT(IsAligned(byte_size, kPointerSize)); in MoveBlockToOldSpaceAndUpdateRegionMarks()
Dutils.h165 static inline bool IsAligned(T value, T alignment) { in IsAligned() function
176 return IsAligned(offs, alignment); in IsAddressAligned()
Dobjects-visiting.h129 ASSERT(IsAligned(object_size, kPointerSize)); in GetVisitorIdForSize()
Dobjects-debug.cc401 CHECK(IsAligned(reinterpret_cast<intptr_t>(instruction_start()), in CodeVerify()
Dspaces.cc1463 ASSERT(IsAligned(delta, OS::AllocateAlignment())); in GrowTo()
1477 ASSERT(IsAligned(delta, OS::AllocateAlignment())); in ShrinkTo()
1745 ASSERT(IsAligned(size_in_bytes, kPointerSize)); in set_size()
1859 ASSERT(IsAligned(size_in_bytes, kPointerSize)); in Allocate()
Dplatform-win32.cc901 ASSERT(IsAligned(reinterpret_cast<size_t>(mbase), OS::AllocateAlignment())); in Allocate()
Dobjects-inl.h2654 ASSERT(IsAligned(offset, static_cast<unsigned>(kIntSize))); in set_safepoint_table_offset()
2667 ASSERT(IsAligned(offset, static_cast<unsigned>(kIntSize))); in set_stack_check_table_offset()
Dobjects.h2790 ASSERT(IsAligned(size_in_bytes, kPointerSize)); in LengthFor()
Dheap.cc2770 ASSERT(IsAligned(static_cast<intptr_t>(obj_size), kCodeAlignment)); in CreateCode()
Druntime.cc8318 RUNTIME_ASSERT(IsAligned(size, kPointerSize)); in RUNTIME_FUNCTION()
9054 ASSERT(IsAligned(OffsetFrom(id), static_cast<intptr_t>(4))); in WrapFrameId()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc98 ASSERT(IsAligned(offset, kPointerSize) || in RecordWrite()
99 IsAligned(offset + kHeapObjectTag, kPointerSize)); in RecordWrite()
/external/v8/src/x64/
Dmacro-assembler-x64.cc313 ASSERT(IsAligned(offset, kPointerSize) || in RecordWriteNonSmi()
314 IsAligned(offset + kHeapObjectTag, kPointerSize)); in RecordWriteNonSmi()
Dfull-codegen-x64.cc4294 ASSERT(IsAligned(frame_offset, kPointerSize)); in StoreToFrameField()