Home
last modified time | relevance | path

Searched defs:newArr (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A 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); AddHandlerWithKey() local
130 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); AddHandlerWithKey() local
142 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); AddHandlerWithKey() local
160 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(step); AddGlobalHandlerKey() local
174 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(newLen); AddGlobalHandlerKey() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp107 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(initLen); in InstallOsrCode() local
116 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(arr->GetLength() + 1); // 1 : added for current codeObj in InstallOsrCode() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp130 auto newArr = std::array<uint8_t, File::VERSION_SIZE>(VERSION); in TEST() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp214 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(numOfElements); in SetCapacity() local
H A Dshared_object_factory.cpp439 JSHandle<LayoutInfo> newArr = CreateSLayoutInfo(capacity); in CopyAndReSortSLayoutInfo() local
H A Dobject_factory.cpp3089 JSHandle<LayoutInfo> newArr = CreateLayoutInfo(capacity); in CopyAndReSort() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_typedarray.cpp1609 JSHandle<JSObject> newArr = in Subarray() local
H A Dbuiltins_typedarray.cpp1763 JSHandle<JSObject> newArr = TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, argsLength, args); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp269 JSHandle<JSObject> newArr = base::TypedArrayHelper::TypedArraySpeciesCreate(thread, thisObj, index, args); in DEF_RUNTIME_STUBS() local

Completed in 32 milliseconds