Home
last modified time | relevance | path

Searched refs:CheckHole (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproto_change_details.cpp35 uint32_t holeIndex = CheckHole(array); in Add()
55 uint32_t ChangeListener::CheckHole(const JSHandle<ChangeListener> &array) in CheckHole() function in panda::ecmascript::ChangeListener
H A Dproto_change_details.h76 static uint32_t CheckHole(const JSHandle<ChangeListener> &array);
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dproto_change_details_test.cpp222 * @tc.name: CheckHole
225 * object call the "CheckHole" function to check whether there is a hole. If there is, return the location
230 HWTEST_F_L0(ProtoChangeDetailsTest, CheckHole) in HWTEST_F_L0()
238 EXPECT_EQ(ChangeListener::CheckHole(handleChangeListenerArr), TaggedArray::MAX_ARRAY_INDEX); in HWTEST_F_L0()
240 EXPECT_EQ(ChangeListener::CheckHole(handleChangeListenerArr), 1U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp89 uint32_t holeIndex = CheckHole(vec); in FillOrAppend()
136 uint32_t WeakVector::CheckHole(const JSHandle<WeakVector> &vec) in CheckHole() function in WeakVector
H A Dweak_vector.h109 static uint32_t CheckHole(const JSHandle<WeakVector> &vec);
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp392 uint32_t holeIndex = ChangeListener::CheckHole(listeners); in HWTEST_F_L0()
H A Djs_object_test.cpp1136 uint32_t holeIndex = ChangeListener::CheckHole(listeners1); in HWTEST_F_L0()

Completed in 6 milliseconds