Searched refs:EnsureDoubleAligned (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/src/heap/ |
D | heap.cc | 1791 INLINE(static HeapObject* EnsureDoubleAligned(Heap* heap, HeapObject* object, 1794 static HeapObject* EnsureDoubleAligned(Heap* heap, HeapObject* object, in EnsureDoubleAligned() function 1972 target = EnsureDoubleAligned(heap, target, allocation_size); in SemiSpaceCopyObject() 2011 target = EnsureDoubleAligned(heap, target, allocation_size); in PromoteObject() 3415 object = EnsureDoubleAligned(this, object, size); in AllocateFixedTypedArray() 4119 return EnsureDoubleAligned(this, object, size); in AllocateRawFixedDoubleArray() 4137 object = EnsureDoubleAligned(this, object, size); in AllocateConstantPoolArray() 4163 object = EnsureDoubleAligned(this, object, size); in AllocateExtendedConstantPoolArray()
|