Home
last modified time | relevance | path

Searched defs:arrayHandle (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_old_gc_test.cpp124 JSHandle<TaggedArray> arrayHandle = factory->NewTaggedArray(64, JSTaggedValue::True(), in HWTEST_F_L0() local
129 JSHandle<TaggedArray> arrayHandle = factory->NewTaggedArray(128, JSTaggedValue::True(), in HWTEST_F_L0() local
134 JSHandle<TaggedArray> arrayHandle = factory->NewTaggedArray(128, JSTaggedValue::True(), in HWTEST_F_L0() local
Dhuge_object_test.cpp49 JSHandle<TaggedArray> arrayHandle(thread, array); in HWTEST_F_L0() local
Dtagged_dictionary_test.cpp159 JSHandle<JSTaggedValue> arrayHandle( in HWTEST_F_L0() local
311 JSHandle<JSTaggedValue> arrayHandle(thread, JSTaggedValue(9)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp102 JSHandle<JSTaggedValue> arrayHandle(thread, handleArr); in HWTEST_F_L0() local
136 JSHandle<JSTaggedValue> arrayHandle(thread, handleArr); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp65 VMHandle<coretypes::Array> arrayHandle(coroutine, arr); in StdCoreStackTraceLines() local
Dstd_core_Type.cpp580 …VMHandle<EtsObjectArray> arrayHandle(coroutine, EtsObjectArray::Create(typeClass, len)->GetCoreTyp… in TypeAPIMakeArrayInstance() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp249 VMHandle<coretypes::Array> arrayHandle(thread, array); in CreateArgumentsArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp103 JSArray *arrayHandle = JSArray::Cast(arr.GetTaggedObject()); in LowerCreateArrayWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp161 JSHandle<JSAPIPlainArray> arrayHandle(thread, result); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp198 VMHandle<Array> arrayHandle(thread, chararray); in CreateNewStringFromChars() local
239 VMHandle<Array> arrayHandle(thread, bytearray); in CreateNewStringFromBytes() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp292 JSHandle<TaggedArray> arrayHandle(thread_, classLiteral->GetArray()); in StoreDataToGlobalData() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp424 EtsHandle<EtsObjectArray> arrayHandle(coroutine, etsArray); in CreateArgumentsArray() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h370 auto arrayHandle = JSHandle<TaggedArray>(thread, array); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp57 auto arrayHandle = JSArray::ArrayCreate(thread, JSTaggedNumber(0), newTarget); in ArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp446 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS() local