Searched refs:ExtendArray (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_obj_layout_info.cpp | 94 …JSHandle<TSObjLayoutInfo> newLayout(factory->ExtendArray(JSHandle<TaggedArray>(oldLayout), arrayLe… in ExtendTSObjLayoutInfo()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 140 … newTree.Update(factory->ExtendArray(JSHandle<TaggedArray>::Cast(tree), len).GetTaggedValue()); in AdjustTaggedTree()
|
| D | object_factory.h | 361 JSHandle<TaggedArray> ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length,
|
| D | object_factory.cpp | 2339 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/ |
| D | builtins_regexp.cpp | 1984 …auto newCache = factory->ExtendArray(JSHandle<TaggedArray>(cache), length, JSTaggedValue::Undefine… in GrowRegexpCache()
|