Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp125 JSHandle<JSTaggedValue> arrayHandle(thread, handleArr); in HWTEST_F_L0() local
159 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.cpp585 …VMHandle<EtsObjectArray> arrayHandle(coroutine, EtsObjectArray::Create(typeClass, len)->GetCoreTyp… in TypeAPIMakeArrayInstance() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp82 JSHandle<TaggedArray> arrayHandle(thread, array); in HWTEST_F_L0() local
Dtagged_dictionary_test.cpp182 JSHandle<JSTaggedValue> arrayHandle(thread, in HWTEST_F_L0() local
334 JSHandle<JSTaggedValue> arrayHandle(thread, JSTaggedValue(9)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp230 JSHandle<JSArray> arrayHandle(thread, arr); in GenerateGlobalTypes() local
Dntype_hcr_lowering.cpp92 JSHandle<JSArray> arrayHandle(thread_, arr); in LowerCreateArrayWithBuffer() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp248 VMHandle<coretypes::Array> arrayHandle(thread, array); in CreateArgumentsArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp163 JSHandle<TaggedArray> arrayHandle(thread_, classLiteral->GetArray()); in StoreDataToGlobalData() 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.cpp183 VMHandle<Array> arrayHandle(thread, chararray); in CreateNewStringFromChars() local
225 VMHandle<Array> arrayHandle(thread, bytearray); in CreateNewStringFromBytes() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp398 EtsHandle<EtsObjectArray> arrayHandle(coroutine, etsArray); in CreateArgumentsArray() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h343 auto arrayHandle = JSHandle<TaggedArray>(thread, array); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp344 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS() local