Searched refs:raw_copy_size (Results 1 – 1 of 1) sorted by relevance
112 uint32_t to_start, int raw_copy_size) { in CopyObjectToObjectElements() argument116 int copy_size = raw_copy_size; in CopyObjectToObjectElements()117 if (raw_copy_size < 0) { in CopyObjectToObjectElements()118 DCHECK(raw_copy_size == ElementsAccessor::kCopyToEnd || in CopyObjectToObjectElements()119 raw_copy_size == ElementsAccessor::kCopyToEndAndInitializeToHole); in CopyObjectToObjectElements()122 if (raw_copy_size == ElementsAccessor::kCopyToEndAndInitializeToHole) { in CopyObjectToObjectElements()153 ElementsKind to_kind, uint32_t to_start, int raw_copy_size) { in CopyDictionaryToObjectElements() argument156 int copy_size = raw_copy_size; in CopyDictionaryToObjectElements()157 if (raw_copy_size < 0) { in CopyDictionaryToObjectElements()158 DCHECK(raw_copy_size == ElementsAccessor::kCopyToEnd || in CopyDictionaryToObjectElements()[all …]