Home
last modified time | relevance | path

Searched defs:newArr (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp51 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); in AddWithoutKeyPoly() local
83 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); in AddHandlerWithoutKey() local
106 … JSHandle<TaggedArray> newArr = thread_->GetEcmaVM()->GetFactory()->NewTaggedArray(arrayLength); in AddHandlerWithKey() local
130 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); in AddHandlerWithKey() local
142 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); in AddHandlerWithKey() local
160 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(step); in AddGlobalHandlerKey() local
174 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); in AddGlobalHandlerKey() local
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/ForEach/
DbuiltinArrayForEach.ts81 let newArr = [1, 2] variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Filter/
DbuiltinArrayFilter.ts85 let newArr = [1, 2] variable
/arkcompiler/ets_runtime/test/moduletest/typedarrayfrom/
Dtypedarrayfrom.js68 let newArr = Int8Array.from(arr); variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Pop/
DbuiltinArrayPop.ts75 let newArr = [1, 2, NaN] variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/FindFindIndex/
DbuiltinArrayFindFindIndex.ts115 let newArr = [1, 2] variable
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp110 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(initLen); in InstallOsrCode() local
119 …JSHandle<TaggedArray> newArr = factory->NewTaggedArray(arr->GetLength() + 1); // 1 : added for cu… in InstallOsrCode() local
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/IndexOf/
DbuiltinArrayIndexOf.ts248 let newArr = [1, 2, NaN] variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Includes/
DbuiltinArrayIncludes.ts266 let newArr = [1, 2, NaN] variable
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js951 var newArr = []; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp213 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(numOfElements); in SetCapacity() local
Dshared_object_factory.cpp440 JSHandle<LayoutInfo> newArr = CreateSLayoutInfo(capacity); in CopyAndReSortSLayoutInfo() local
Dobject_factory.cpp3108 JSHandle<LayoutInfo> newArr = CreateLayoutInfo(capacity); in CopyAndReSort() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp130 auto newArr = std::array<uint8_t, File::VERSION_SIZE>(VERSION); in TEST() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1609 JSHandle<JSObject> newArr = in Subarray() local
Dbuiltins_typedarray.cpp1727 …JSHandle<JSObject> newArr = TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, argsLength,… in Subarray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2882 JSHandle<JSArray> newArr = JSArray::CreateArrayFromList(thread, arr); in RuntimeOptConstructProxy() local
Druntime_stubs.cpp219 …JSHandle<JSObject> newArr = base::TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, index… in DEF_RUNTIME_STUBS() local