Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dunified_gc_test.cpp129 …JSHandle<JSTaggedValue> arrayRefByXRefRoot = JSArray::ArrayCreate(thread, JSTaggedNumber(INT_VALUE… in HWTEST_F_L0() local
131 JSArray::FastSetPropertyByValue(thread, arrayInXRefRoot, INT_VALUE_0, arrayRefByXRefRoot); in HWTEST_F_L0()
143 …JSHandle<JSTaggedValue> arrayRefByXRefRoot = JSArray::ArrayCreate(thread, JSTaggedNumber(INT_VALUE… in HWTEST_F_L0() local
145 JSArray::FastSetPropertyByValue(thread, arrayInXRefRoot, INT_VALUE_0, arrayRefByXRefRoot); in HWTEST_F_L0()
157 …JSHandle<JSTaggedValue> arrayRefByXRefRoot = JSArray::ArrayCreate(thread, JSTaggedNumber(INT_VALUE… in HWTEST_F_L0() local
159 JSArray::FastSetPropertyByValue(thread, arrayInXRefRoot, INT_VALUE_0, arrayRefByXRefRoot); in HWTEST_F_L0()
165 EXPECT_TRUE(IsObjectMarked(arrayRefByXRefRoot->GetHeapObject())); in HWTEST_F_L0()
171 EXPECT_TRUE(!IsObjectMarked(arrayRefByXRefRoot->GetHeapObject())); in HWTEST_F_L0()
Dunified_gc_multi_vm_test.cpp158 …JSHandle<JSTaggedValue> arrayRefByXRefRoot = JSArray::ArrayCreate(thread, JSTaggedNumber(INT_VALUE… in MarkFromObjectTest() local
160 JSArray::FastSetPropertyByValue(thread, arrayInXRefRoot, INT_VALUE_0, arrayRefByXRefRoot); in MarkFromObjectTest()
166 EXPECT_TRUE(IsObjectMarked(arrayRefByXRefRoot->GetHeapObject())); in MarkFromObjectTest()
172 EXPECT_TRUE(!IsObjectMarked(arrayRefByXRefRoot->GetHeapObject())); in MarkFromObjectTest()
428 …JSHandle<JSTaggedValue> arrayRefByXRefRoot = JSArray::ArrayCreate(thread, JSTaggedNumber(INT_VALUE… in HWTEST_F_L0() local
430 JSArray::FastSetPropertyByValue(thread, arrayInXRefRoot, INT_VALUE_0, arrayRefByXRefRoot); in HWTEST_F_L0()
436 EXPECT_TRUE(IsObjectMarked(arrayRefByXRefRoot->GetHeapObject())); in HWTEST_F_L0()
442 EXPECT_TRUE(!IsObjectMarked(arrayRefByXRefRoot->GetHeapObject())); in HWTEST_F_L0()