Home
last modified time | relevance | path

Searched refs:ConvertElementsWithCapacity (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Delements.cc817 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
820 return ConvertElementsWithCapacity( in ConvertElementsWithCapacity()
825 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
828 return ConvertElementsWithCapacity(object, old_elements, from_kind, in ConvertElementsWithCapacity()
832 static Handle<FixedArrayBase> ConvertElementsWithCapacity( in ConvertElementsWithCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
882 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 …]