Home | History | Annotate | Download | only in heap

Lines Matching refs:src_index

1097 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index,
1103 MemMove(dst_objects, array->data_start() + src_index, len * kPointerSize);