Home
last modified time | relevance | path

Searched defs:oldArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_verification_test.cpp53 …auto oldArray = objectFactory->NewTaggedArray(2, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPA… in HWTEST_F_L0() local
68 JSTaggedValue oldArray; in HWTEST_F_L0() local
Dmem_controller_test.cpp49 … [[maybe_unused]] auto oldArray = objectFactory->NewTaggedArray(128, JSTaggedValue::Undefined(), in HWTEST_F_L0() local
57 … [[maybe_unused]] auto oldArray = objectFactory->NewTaggedArray(128, JSTaggedValue::Undefined(), in HWTEST_F_L0() local
86 …auto oldArray = objectFactory->NewTaggedArray(2, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPA… in HWTEST_F_L0() local
165 [[maybe_unused]] auto oldArray = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_list_test.cpp350 JSHandle<TaggedArray> oldArray(factory->NewTaggedArray(NODE_NUMBERS, JSTaggedValue::Hole())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightmap.cpp406 …edArray> JSAPILightWeightMap::GrowCapacity(const JSThread *thread, JSHandle<TaggedArray> &oldArray, in GrowCapacity()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3276 auto oldArray = JSHandle<TaggedArray>(old); in ExtendLayoutInfo() local