Home
last modified time | relevance | path

Searched refs:tmpArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp336 JSHandle<TaggedArray> tmpArray = GetTempArray(len1); in MergeLo() local
337 this->CopyArray(workArray, base1, tmpArray, 0, len1); in MergeLo()
346 this->CopyArray(workArray, base1, tmpArray, cursor1, len1); in MergeLo()
352 this->CopyArray(tmpArray, cursor1, workArray, dest, len1); in MergeLo()
357 tmpElement.Update(tmpArray->Get(cursor1)); in MergeLo()
368 cmp2Element.Update(tmpArray->Get(cursor1)); in MergeLo()
379 tmpElement.Update(tmpArray->Get(cursor1++)); in MergeLo()
392 count1 = GallopRight(tmpArray, cursorVal, cursor1, len1, 0); in MergeLo()
394 this->CopyArray(tmpArray, cursor1, workArray, dest, count1); in MergeLo()
407 JSHandle<JSTaggedValue> cursorVal2(thread_, tmpArray->Get(cursor1)); in MergeLo()
[all …]
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp399 std::unique_ptr<PtJson> tmpArray; in HWTEST_F_L0() local
400 ASSERT_EQ(params->GetArray("result", &tmpArray), Result::SUCCESS); in HWTEST_F_L0()
415 ASSERT_EQ(params->GetArray("result", &tmpArray), Result::SUCCESS); in HWTEST_F_L0()
427 std::unique_ptr<PtJson> tmpArray; in HWTEST_F_L0() local
428 ASSERT_EQ(params->GetArray("statsUpdate", &tmpArray), Result::SUCCESS); in HWTEST_F_L0()
514 std::unique_ptr<PtJson> tmpArray; in HWTEST_F_L0() local
515 ASSERT_EQ(params->GetArray("value", &tmpArray), Result::SUCCESS); in HWTEST_F_L0()