Home
last modified time | relevance | path

Searched refs:holeIndex (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproto_change_details.cpp35 uint32_t holeIndex = CheckHole(array); in Add() local
36 if (holeIndex != TaggedArray::MAX_ARRAY_INDEX) { in Add()
38 array->Set(thread, holeIndex, weakValue); in Add()
40 *index = holeIndex; in Add()
/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp89 uint32_t holeIndex = CheckHole(vec); in FillOrAppend() local
90 if (holeIndex != TaggedArray::MAX_ARRAY_INDEX) { in FillOrAppend()
92 vec->Set(thread, holeIndex, storeVal); in FillOrAppend()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglue_regs_test.cpp40 size_t holeIndex = static_cast<size_t>(ConstantIndex::HOLE_INDEX); in HWTEST_F_L0() local
42 if (curIndex != holeIndex) { in HWTEST_F_L0()
H A Djs_hclass_test.cpp392 uint32_t holeIndex = ChangeListener::CheckHole(listeners); in HWTEST_F_L0() local
393 EXPECT_TRUE(holeIndex == 0U); in HWTEST_F_L0()
H A Djs_object_test.cpp1136 uint32_t holeIndex = ChangeListener::CheckHole(listeners1); in HWTEST_F_L0() local
1137 EXPECT_TRUE(holeIndex == 0U); in HWTEST_F_L0()

Completed in 7 milliseconds