Home | History | Annotate | Download | only in heap

Lines Matching refs:dst_index

868 void Heap::MoveElements(FixedArray* array, int dst_index, int src_index,
873 Object** dst_objects = array->data_start() + dst_index;
879 RecordWrite(array->address(), array->OffsetOfElementAt(dst_index + i));