Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp109 …JSHandle<TSObjLayoutInfo> newLayout(factory->ExtendArray(JSHandle<TaggedArray>(oldLayout), arrayLe… in ExtendTSObjLayoutInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.cpp148 JSHandle<TaggedArray> elements = factory->ExtendArray(oldElements, totalElements); in MapIteratorToList()
Dtagged_tree.cpp140 … newTree.Update(factory->ExtendArray(JSHandle<TaggedArray>::Cast(tree), len).GetTaggedValue()); in AdjustTaggedTree()
Dobject_factory.h388 JSHandle<TaggedArray> ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length,
Dobject_factory.cpp2721 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray() function in panda::ecmascript::ObjectFactory
2797 return ExtendArray(old, newLength, initVal, type, kind); in CopyArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h52 GateRef ExtendArray(GateRef glue, GateRef elements, GateRef newLen);
Dnew_object_stub_builder.cpp222 GateRef NewObjectStubBuilder::ExtendArray(GateRef glue, GateRef elements, GateRef newLen) in ExtendArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
359 result = ExtendArray(glue, elements, newLen); in CopyArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp772 factory->ExtendArray(oldElements, arrayLen) : oldElements; in TypedArrayToList()
Dbuiltins_regexp.cpp2581 …auto newCache = factory->ExtendArray(JSHandle<TaggedArray>(cache), length, JSTaggedValue::Undefine… in GrowRegexpCache()
2720 JSHandle<TaggedArray> newResult = factory->ExtendArray( in GrowCapturesCapacity()
Dbuiltins_string.cpp2113 factory->ExtendArray(oldElements, totalElements) : oldElements; in StringToList()