Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp94 …JSHandle<TSObjLayoutInfo> newLayout(factory->ExtendArray(JSHandle<TaggedArray>(oldLayout), arrayLe… in ExtendTSObjLayoutInfo()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp140 … newTree.Update(factory->ExtendArray(JSHandle<TaggedArray>::Cast(tree), len).GetTaggedValue()); in AdjustTaggedTree()
Dobject_factory.h361 JSHandle<TaggedArray> ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length,
Dobject_factory.cpp2339 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray() function in panda::ecmascript::ObjectFactory
2399 return ExtendArray(old, newLength, initVal, type); in CopyArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1984 …auto newCache = factory->ExtendArray(JSHandle<TaggedArray>(cache), length, JSTaggedValue::Undefine… in GrowRegexpCache()