Home | History | Annotate | Download | only in src

Lines Matching refs:Merge

2680 // - Merge/generalize the descriptor array of the current map and |updated|.
2746 Handle<DescriptorArray> new_descriptors = DescriptorArray::Merge(
7973 Handle<DescriptorArray> DescriptorArray::Merge(Handle<DescriptorArray> desc,
7981 desc->Merge(verbatim, valid, new_size, modify_index,
7996 MaybeObject* DescriptorArray::Merge(int verbatim,
8072 // Checks whether a merge of |other| into |this| would return a copy of |this|.