Searched refs:CanMoveObjectStart (Results 1 – 3 of 3) sorted by relevance
474 if (heap->CanMoveObjectStart(*elms_obj)) { in BUILTIN()818 if (heap->CanMoveObjectStart(*elms_obj)) { in BUILTIN()
689 bool CanMoveObjectStart(HeapObject* object);
3230 bool Heap::CanMoveObjectStart(HeapObject* object) { in CanMoveObjectStart() function in v8::internal::Heap3291 DCHECK(CanMoveObjectStart(object)); in LeftTrimFixedArray()