Searched refs:index1 (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | atomic_helper_test.cpp | 90 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/ |
D | graph_comparator.h | 102 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()
|
D | compiler_regalloc_test.cpp | 864 int32_t index1 = 2; in __anon5d7559aa1302() local 874 if (index == index1 || index == index2) { in __anon5d7559aa1302()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_set_iterator_test.cpp | 179 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()
|
D | js_array_test.cpp | 100 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/ |
D | js_pandafile_test.cpp | 176 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/ |
D | typeinfer_failed_cases.gni | 1009 "automatedcases/declarationEmitDefaultExportWithStaticAssignment/index1",
|