Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc838 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()
[all …]