Searched refs:dst_elms (Results 1 – 1 of 1) sorted by relevance
2287 Handle<BackingStore> dst_elms = Handle<BackingStore>::cast(backing_store); in MoveElements() local2289 heap->CanMoveObjectStart(*dst_elms)) { in MoveElements()2291 *dst_elms.location() = in MoveElements()2292 BackingStore::cast(heap->LeftTrimFixedArray(*dst_elms, src_index)); in MoveElements()2293 receiver->set_elements(*dst_elms); in MoveElements()2300 MemMove(dst_elms->data_start() + dst_index, in MoveElements()2301 dst_elms->data_start() + src_index, len * kDoubleSize); in MoveElements()2305 heap->MoveElements(FixedArray::cast(*dst_elms), dst_index, src_index, in MoveElements()2310 dst_elms->FillWithHoles(hole_start, hole_end); in MoveElements()