Lines Matching refs:ConvertElementsWithCapacity
838 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon05e7137f0111::ElementsAccessorBase
841 return ConvertElementsWithCapacity( in ConvertElementsWithCapacity()
846 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon05e7137f0111::ElementsAccessorBase
849 return ConvertElementsWithCapacity(object, old_elements, from_kind, in ConvertElementsWithCapacity()
853 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon05e7137f0111::ElementsAccessorBase
903 Handle<FixedArrayBase> elements = ConvertElementsWithCapacity( in TransitionElementsKindImpl()
939 ConvertElementsWithCapacity(object, old_elements, from_kind, capacity); in BasicGrowCapacityAndConvertImpl()
977 ConvertElementsWithCapacity(object, old_elements, kind(), new_capacity); in GrowCapacity()
2539 Handle<FixedArrayBase> new_elms = Subclass::ConvertElementsWithCapacity( in SpliceGrowStep()
2594 backing_store = Subclass::ConvertElementsWithCapacity( in AddArguments()
4216 ConvertElementsWithCapacity(object, old_arguments, from_kind, capacity); in GrowCapacityAndConvertImpl()