| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 51 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/ |
| D | builtinArrayForEach.ts | 81 let newArr = [1, 2] variable
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Filter/ |
| D | builtinArrayFilter.ts | 85 let newArr = [1, 2] variable
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayfrom/ |
| D | typedarrayfrom.js | 68 let newArr = Int8Array.from(arr); variable
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Pop/ |
| D | builtinArrayPop.ts | 75 let newArr = [1, 2, NaN] variable
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/FindFindIndex/ |
| D | builtinArrayFindFindIndex.ts | 115 let newArr = [1, 2] variable
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 110 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/ |
| D | builtinArrayIndexOf.ts | 248 let newArr = [1, 2, NaN] variable
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Includes/ |
| D | builtinArrayIncludes.ts | 266 let newArr = [1, 2, NaN] variable
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | stubbuilder.js | 951 var newArr = []; variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 213 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(numOfElements); in SetCapacity() local
|
| D | shared_object_factory.cpp | 440 JSHandle<LayoutInfo> newArr = CreateSLayoutInfo(capacity); in CopyAndReSortSLayoutInfo() local
|
| D | object_factory.cpp | 3108 JSHandle<LayoutInfo> newArr = CreateLayoutInfo(capacity); in CopyAndReSort() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 130 auto newArr = std::array<uint8_t, File::VERSION_SIZE>(VERSION); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1609 JSHandle<JSObject> newArr = in Subarray() local
|
| D | builtins_typedarray.cpp | 1727 …JSHandle<JSObject> newArr = TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, argsLength,… in Subarray() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2882 JSHandle<JSArray> newArr = JSArray::CreateArrayFromList(thread, arr); in RuntimeOptConstructProxy() local
|
| D | runtime_stubs.cpp | 219 …JSHandle<JSObject> newArr = base::TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, index… in DEF_RUNTIME_STUBS() local
|