Searched refs:ExtendArray (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_obj_layout_info.cpp | 109 …JSHandle<TSObjLayoutInfo> newLayout(factory->ExtendArray(JSHandle<TaggedArray>(oldLayout), arrayLe… in ExtendTSObjLayoutInfo()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_map_iterator.cpp | 148 JSHandle<TaggedArray> elements = factory->ExtendArray(oldElements, totalElements); in MapIteratorToList()
|
| D | tagged_tree.cpp | 140 … newTree.Update(factory->ExtendArray(JSHandle<TaggedArray>::Cast(tree), len).GetTaggedValue()); in AdjustTaggedTree()
|
| D | object_factory.h | 388 JSHandle<TaggedArray> ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length,
|
| D | object_factory.cpp | 2721 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/ |
| D | new_object_stub_builder.h | 52 GateRef ExtendArray(GateRef glue, GateRef elements, GateRef newLen);
|
| D | new_object_stub_builder.cpp | 222 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/ |
| D | builtins_arraybuffer.cpp | 772 factory->ExtendArray(oldElements, arrayLen) : oldElements; in TypedArrayToList()
|
| D | builtins_regexp.cpp | 2581 …auto newCache = factory->ExtendArray(JSHandle<TaggedArray>(cache), length, JSTaggedValue::Undefine… in GrowRegexpCache() 2720 JSHandle<TaggedArray> newResult = factory->ExtendArray( in GrowCapturesCapacity()
|
| D | builtins_string.cpp | 2113 factory->ExtendArray(oldElements, totalElements) : oldElements; in StringToList()
|