Home
last modified time | relevance | path

Searched refs:weakVectorCapacity (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_vector_test.cpp37 uint32_t weakVectorCapacity = 100; in HWTEST_F_L0() local
38 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
43 EXPECT_EQ(weakVectArr->GetLength(), weakVectorCapacity + 1); in HWTEST_F_L0()
54 uint32_t weakVectorCapacity = 100; in HWTEST_F_L0() local
58 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
64 for (uint32_t i = 0; i < weakVectorCapacity; i++) { in HWTEST_F_L0()
118 uint32_t weakVectorCapacity = 100; in HWTEST_F_L0() local
119 uint32_t pushWeakVectorCapacity = weakVectorCapacity >> 2; // 2: means half value in HWTEST_F_L0()
123 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
129 for (uint32_t i = 0; i < weakVectorCapacity; in HWTEST_F_L0()
155 uint32_t weakVectorCapacity = 100; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dproto_change_details_test.cpp99 uint32_t weakVectorCapacity = 100; in HWTEST_F_L0() local
100 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
141 uint32_t weakVectorCapacity = 10; in HWTEST_F_L0() local
143 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
172 uint32_t weakVectorCapacity = 10; in HWTEST_F_L0() local
174 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
205 uint32_t weakVectorCapacity = 10; in HWTEST_F_L0() local
207 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
232 uint32_t weakVectorCapacity = 10; in HWTEST_F_L0() local
233 JSHandle<WeakVector> weakVector = WeakVector::Create(thread, weakVectorCapacity); in HWTEST_F_L0()
253 uint32_t weakVectorCapacity = 3; HWTEST_F_L0() local
[all...]

Completed in 2 milliseconds