Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 25 of 64) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/multiconstpoolarray/
Dmulticonstpoolarray.js16 var arr = [ variable
/arkcompiler/ets_runtime/test/moduletest/trycatch/
Dtrycatch.js30 var arr = [0]; variable
/arkcompiler/ets_runtime/test/moduletest/hugearray/
Dhugearray.js22 var arr = []; variable
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js28 const arr = [] variable
/arkcompiler/runtime_core/verification/util/
Denum_array.h56 std::array<T, EnumTag::Size> arr; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp106 JSArray *arr = in TestFlatMapFunc() local
222 … JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0))->GetTaggedObject()); in HWTEST_F_L0() local
271 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
350 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
400 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
454 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
493 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
537 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
583 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
632 …JSArray *arr = JSArray::Cast(JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetTaggedValue().GetT… in HWTEST_F_L0() local
[all …]
Dbuiltins_list_format_test.cpp146 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
184 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
220 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
252 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
311 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
350 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
389 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
427 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb28 def check_files(arr) argument
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp58 JSHandle<TaggedArray> arr(thread_, profileData); in AddHandlerWithoutKey() local
120 JSHandle<TaggedArray> arr(thread_, patchValue); in AddHandlerWithKey() local
166 JSHandle<TaggedArray> arr(thread_, indexVal); in AddGlobalHandlerKey() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js22 var arr = new Array(100); variable
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js39 let arr = [obj]; variable
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h136 T *arr = reinterpret_cast<T *>(reinterpret_cast<char *>(arr_data) + in CreateArray() local
149 T *arr = reinterpret_cast<T *>(reinterpret_cast<char *>(arr_data) + in CopyArray() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashset.js48 let arr = ["aa", "bb", "cc"]; variable
Dcontainer_queue.js99 function myFunc(item, index, arr) { argument
Dcontainer_deque.js117 function myFunc(item, index, arr) { argument
Dcontainer_arraylist.js25 let arr = new arrayList(); variable
Dcontainer_lightweightset.js90 let arr = dProxy.toArray() variable
Dcontainer_vector.js69 let arr = [4, 3, 8, 1, 5, 14]; variable
Dcontainer_treeset.js54 let arr = ["aa", "bb", "cc"]; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp61 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
75 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
91 JSArray *arr = JSArray::ArrayCreate(thread, JSTaggedNumber(0)).GetObject<JSArray>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js35 var arr = [obj1, obj2, obj3]; variable
/arkcompiler/toolchain/tooling/test/testcases/
Djs_step_into_test.h107 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
Djs_step_out_test.h107 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
Djs_step_over_test.h107 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp82 std::array<T *, ARRAY_SIZE> arr; in AllocateWithAlignment() local
108 std::array<T *, ARRAY_SIZE> arr; in AllocateWithDiffAlignment() local
509 std::array<ComplexClass *, ARRAY_SIZE> arr; variable

123