Lines Matching refs:to_kind

111                                 FixedArrayBase* to_base, ElementsKind to_kind,  in CopyObjectToObjectElements()  argument
138 DCHECK(IsFastSmiOrObjectElementsKind(to_kind)); in CopyObjectToObjectElements()
141 (IsFastObjectElementsKind(from_kind) && IsFastObjectElementsKind(to_kind)) in CopyObjectToObjectElements()
153 ElementsKind to_kind, uint32_t to_start, int raw_copy_size) { in CopyDictionaryToObjectElements() argument
172 DCHECK(IsFastSmiOrObjectElementsKind(to_kind)); in CopyDictionaryToObjectElements()
179 WriteBarrierMode write_barrier_mode = IsFastObjectElementsKind(to_kind) in CopyDictionaryToObjectElements()
787 ElementsKind to_kind = kind(); in GrowCapacityAndConvertImpl() local
788 if (IsHoleyElementsKind(from_kind)) to_kind = GetHoleyElementsKind(to_kind); in GrowCapacityAndConvertImpl()
789 Handle<Map> new_map = JSObject::GetElementsTransitionMap(object, to_kind); in GrowCapacityAndConvertImpl()
793 JSObject::UpdateAllocationSite(object, to_kind); in GrowCapacityAndConvertImpl()
797 to_kind, elements); in GrowCapacityAndConvertImpl()
1271 ElementsKind to_kind = FastElementsAccessorSubclass::kind(); in AddImpl() local
1274 IsFastDoubleElementsKind(to_kind) || in AddImpl()
1280 if (from_kind != to_kind) { in AddImpl()
1281 JSObject::TransitionElementsKind(object, to_kind); in AddImpl()
1284 DCHECK(IsFastSmiOrObjectElementsKind(to_kind)); in AddImpl()
1610 ElementsKind to_kind = KindTraits::Kind; in CopyElementsImpl() local
1616 CopyObjectToObjectElements(from, from_kind, from_start, to, to_kind, in CopyElementsImpl()
1622 DCHECK(IsFastObjectElementsKind(to_kind)); in CopyElementsImpl()
1627 CopyDictionaryToObjectElements(from, from_start, to, to_kind, to_start, in CopyElementsImpl()