| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_ref_old_gc_test.cpp | 124 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
|
| D | huge_object_test.cpp | 49 JSHandle<TaggedArray> arrayHandle(thread, array); in HWTEST_F_L0() local
|
| D | tagged_dictionary_test.cpp | 159 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/ |
| D | array_helper_test.cpp | 102 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/ |
| D | std_core.cpp | 65 VMHandle<coretypes::Array> arrayHandle(coroutine, arr); in StdCoreStackTraceLines() local
|
| D | std_core_Type.cpp | 580 …VMHandle<EtsObjectArray> arrayHandle(coroutine, EtsObjectArray::Create(typeClass, len)->GetCoreTyp… in TypeAPIMakeArrayInstance() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_vm.cpp | 249 VMHandle<coretypes::Array> arrayHandle(thread, array); in CreateArgumentsArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_hcr_lowering.cpp | 103 JSArray *arrayHandle = JSArray::Cast(arr.GetTaggedObject()); in LowerCreateArrayWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_plainarray_test.cpp | 161 JSHandle<JSAPIPlainArray> arrayHandle(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 198 VMHandle<Array> arrayHandle(thread, chararray); in CreateNewStringFromChars() local 239 VMHandle<Array> arrayHandle(thread, bytearray); in CreateNewStringFromBytes() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 292 JSHandle<TaggedArray> arrayHandle(thread_, classLiteral->GetArray()); in StoreDataToGlobalData() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 424 EtsHandle<EtsObjectArray> arrayHandle(coroutine, etsArray); in CreateArgumentsArray() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 370 auto arrayHandle = JSHandle<TaggedArray>(thread, array); in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 57 auto arrayHandle = JSArray::ArrayCreate(thread, JSTaggedNumber(0), newTarget); in ArrayConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 446 …JSHandle<TaggedArray> arrayHandle = GetHArg<TaggedArray>(argv, argc, 2); // 2: means the second … in DEF_RUNTIME_STUBS() local
|