• Home
  • Raw
  • Download

Lines Matching refs:old_elements

818       Handle<JSObject> object, Handle<FixedArrayBase> old_elements,  in ConvertElementsWithCapacity()  argument
821 object, old_elements, from_kind, capacity, 0, 0, in ConvertElementsWithCapacity()
826 Handle<JSObject> object, Handle<FixedArrayBase> old_elements, in ConvertElementsWithCapacity() argument
828 return ConvertElementsWithCapacity(object, old_elements, from_kind, in ConvertElementsWithCapacity()
833 Handle<JSObject> object, Handle<FixedArrayBase> old_elements, in ConvertElementsWithCapacity() argument
849 Subclass::CopyElementsImpl(*old_elements, src_index, *new_elements, in ConvertElementsWithCapacity()
903 Handle<FixedArrayBase> old_elements(object->elements()); in GrowCapacityAndConvertImpl() local
909 static_cast<uint32_t>(old_elements->length()) < capacity); in GrowCapacityAndConvertImpl()
910 Subclass::BasicGrowCapacityAndConvertImpl(object, old_elements, from_kind, in GrowCapacityAndConvertImpl()
915 Handle<JSObject> object, Handle<FixedArrayBase> old_elements, in BasicGrowCapacityAndConvertImpl() argument
918 ConvertElementsWithCapacity(object, old_elements, from_kind, capacity); in BasicGrowCapacityAndConvertImpl()
928 JSObject::PrintElementsTransition(stdout, object, from_kind, old_elements, in BasicGrowCapacityAndConvertImpl()
949 Handle<FixedArrayBase> old_elements(object->elements()); in GrowCapacity() local
951 DCHECK(static_cast<uint32_t>(old_elements->length()) < new_capacity); in GrowCapacity()
953 ConvertElementsWithCapacity(object, old_elements, kind(), new_capacity); in GrowCapacity()
3333 Handle<FixedArrayBase> old_elements( in AddImpl() local
3336 old_elements->IsSeededNumberDictionary() in AddImpl()
3337 ? Handle<SeededNumberDictionary>::cast(old_elements) in AddImpl()
3449 Handle<FixedArrayBase> old_elements( in AddImpl() local
3451 if (old_elements->IsSeededNumberDictionary() || in AddImpl()
3452 static_cast<uint32_t>(old_elements->length()) < new_capacity) { in AddImpl()
3497 Handle<FixedArray> old_elements(FixedArray::cast(parameter_map->get(1))); in GrowCapacityAndConvertImpl() local
3502 static_cast<uint32_t>(old_elements->length()) < capacity); in GrowCapacityAndConvertImpl()
3504 ConvertElementsWithCapacity(object, old_elements, from_kind, capacity); in GrowCapacityAndConvertImpl()
3642 Handle<FixedArrayBase> old_elements(object->elements()); in GrowCapacityAndConvertImpl() local
3647 static_cast<uint32_t>(old_elements->length()) < capacity); in GrowCapacityAndConvertImpl()
3648 Subclass::BasicGrowCapacityAndConvertImpl(object, old_elements, from_kind, in GrowCapacityAndConvertImpl()