Searched refs:ConvertElementsWithCapacity (Results 1 – 1 of 1) sorted by relevance
817 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase820 return ConvertElementsWithCapacity( in ConvertElementsWithCapacity()825 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase828 return ConvertElementsWithCapacity(object, old_elements, from_kind, in ConvertElementsWithCapacity()832 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase882 Handle<FixedArrayBase> elements = ConvertElementsWithCapacity( in TransitionElementsKindImpl()918 ConvertElementsWithCapacity(object, old_elements, from_kind, capacity); in BasicGrowCapacityAndConvertImpl()953 ConvertElementsWithCapacity(object, old_elements, kind(), new_capacity); in GrowCapacity()2373 Handle<FixedArrayBase> new_elms = Subclass::ConvertElementsWithCapacity( in SpliceGrowStep()2429 backing_store = Subclass::ConvertElementsWithCapacity( in AddArguments()[all …]