Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp67 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); in AddHandlerWithoutKey() local
81 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); in AddHandlerWithoutKey() local
105 … JSHandle<TaggedArray> newArr = thread_->GetEcmaVM()->GetFactory()->NewTaggedArray(arrayLength); in AddHandlerWithKey() local
129 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); in AddHandlerWithKey() local
141 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); in AddHandlerWithKey() local
158 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(step); in AddGlobalHandlerKey() local
172 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); in AddGlobalHandlerKey() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js951 var newArr = []; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp207 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(numOfElements); in SetCapacity() local
Dobject_factory.cpp2894 JSHandle<LayoutInfo> newArr = CreateLayoutInfo(capacity); in CopyAndReSort() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp126 auto newArr = std::array<uint8_t, File::VERSION_SIZE>(VERSION); in TEST() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1604 …JSHandle<JSObject> newArr = TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, argsLength,… in Subarray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2661 JSHandle<JSArray> newArr = JSArray::CreateArrayFromList(thread, arr); in RuntimeOptConstructProxy() local