Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp90 uint32_t index1 = in HWTEST_F_L0() local
95 EXPECT_EQ(index1, 1 * sizeof(int8_t) + byteOffset); in HWTEST_F_L0()
119 JSHandle<JSTaggedValue> index1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
126 …JSHandle<JSTaggedValue> bufferTag1(thread, AtomicHelper::AtomicStore(thread, arrayVal, index1, val… in HWTEST_F_L0()
133 JSHandle<JSTaggedValue> result1(thread, AtomicHelper::AtomicLoad(thread, arrayVal, index1)); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h102 for (size_t index1 = 0; index1 < inst1->GetInputsCount(); index1++) { in Compare() local
103 auto input1 = inst1->GetInput(index1).GetInst(); in Compare()
104 auto bb1 = inst1->CastToPhi()->GetPhiInputBb(index1); in Compare()
Dcompiler_regalloc_test.cpp864 int32_t index1 = 2; in __anon5d7559aa1302() local
874 if (index == index1 || index == index2) { in __anon5d7559aa1302()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_iterator_test.cpp179 JSHandle<JSTaggedValue> index1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
203 …EXPECT_EQ(JSArray::GetProperty(thread, JSHandle<JSTaggedValue>(arrayList), index1).GetValue()->Get… in HWTEST_F_L0()
Djs_array_test.cpp100 JSHandle<JSTaggedValue> index1(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
105 v = JSArray::GetProperty(thread, obj, index1).GetValue().GetTaggedValue(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp176 uint32_t index1 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[0].GetOffset()); in HWTEST_F_L0() local
179 EXPECT_EQ(index1, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dtypeinfer_failed_cases.gni1009 "automatedcases/declarationEmitDefaultExportWithStaticAssignment/index1",