Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 168) sorted by relevance

1234567

/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
Dstackoverflow.js23 var array = new Uint8Array(1000000); variable
32 var array = new Uint8Array(15000); variable
/arkcompiler/toolchain/tooling/base/
Dpt_returns.cpp33 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
49 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
79 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
107 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
123 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
160 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
184 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
287 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
312 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
329 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_old_gc_test.cpp69 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local
76 auto array = vm->GetFactory()->NewTaggedArray(2, JSTaggedValue::Undefined(), true); in HWTEST_F_L0() local
94 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local
113 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local
135 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0() local
146 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0() local
Dweak_ref_semi_gc_test.cpp68 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local
75 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local
94 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local
116 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0() local
127 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0() local
Dconcurrent_marking_test.cpp74 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
80 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
92 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
97 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
Djs_iterator_test.cpp67 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local
81 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local
94 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local
112 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local
125 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local
Dthrow_oom_error_test.cpp61 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
81 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
88 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
Dincremental_marking_test.cpp72 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
79 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.h37 GateRef GetViewedArrayBuffer(GateRef array) in GetViewedArrayBuffer()
43 GateRef GetArrayLength(GateRef array) in GetArrayLength()
49 GateRef GetByteOffset(GateRef array) in GetByteOffset()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp64 JSTypedArray *CreateTypedArray(JSThread *thread, const JSHandle<TaggedArray> &array) in CreateTypedArray()
87 JSTypedArray *CreateTypedArray(JSThread *thread, const JSHandle<TaggedArray> &array, DataViewType t… in CreateTypedArray()
246 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local
269 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(10)); in HWTEST_F_L0() local
289 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local
322 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local
345 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(10)); in HWTEST_F_L0() local
368 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(10)); in HWTEST_F_L0() local
403 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local
427 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DiteratorSpreadInArray.ts44 let array = [...new SymbolIterator]; variable
DiteratorSpreadInArray9.ts40 let array = [...new SymbolIterator]; variable
DiteratorSpreadInArray3.ts44 let array = [...[0, 1], ...new SymbolIterator]; variable
DiteratorSpreadInArray4.ts44 let array = [0, 1, ...new SymbolIterator]; variable
DiteratorSpreadInArray7.ts44 let array: symbol[]; variable
DiteratorSpreadInArray2.ts66 let array = [...new NumberIterator, ...new SymbolIterator]; variable
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp20 …<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener> &array, in Add()
57 uint32_t ChangeListener::CheckHole(const JSHandle<ChangeListener> &array) in CheckHole()
/arkcompiler/ets_runtime/test/aottest/exception_case1/
Dexception_case1.js24 let array = stack.split('\n') variable
/arkcompiler/ets_runtime/test/aottest/exception_case4/
Dexception_case4.js24 let array = stack.split('\n') variable
/arkcompiler/ets_runtime/test/aottest/exception_case5/
Dexception_case5.js22 let array = stack.split('\n') variable
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.cpp99 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Clear() local
150 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Has() local
181 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Get() local
279 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetIndexOfKey() local
300 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetIndexOfValue() local
321 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in IsEmpty() local
350 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetKeyAt() local
380 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Remove() local
409 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in RemoveAt() local
449 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in RemoveRangeFrom() local
[all …]
/arkcompiler/ets_runtime/test/aottest/exception_case2/
Dexception_case2.js24 let array = stack.split('\n') variable
/arkcompiler/ets_runtime/test/aottest/exception_case10/
Dexception_case10.js27 let array = stack.split('\n') variable
/arkcompiler/ets_runtime/test/aottest/exception_case12/
Dexception_case12.ts28 let array = stack.split('\n') variable
/arkcompiler/ets_runtime/test/aottest/exception_case11/
Dexception_case11.ts30 let array = stack.split('\n') variable

1234567