/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_promise.cpp | 66 promise->SetPromiseFulfillReactions(thread, globalConst->GetHandledUndefined(), SKIP_BARRIER); in FulfillPromise() 68 promise->SetPromiseRejectReactions(thread, globalConst->GetHandledUndefined(), SKIP_BARRIER); in FulfillPromise() 143 promise->SetPromiseFulfillReactions(thread, globalConst->GetHandledUndefined(), SKIP_BARRIER); in RejectPromise() 145 promise->SetPromiseRejectReactions(thread, globalConst->GetHandledUndefined(), SKIP_BARRIER); in RejectPromise()
|
H A D | common_enum.h | 21 enum BarrierMode { SKIP_BARRIER, WRITE_BARRIER, READ_BARRIER }; enumerator
|
H A D | js_function.cpp | 92 func->SetProtoOrHClass(thread, JSTaggedValue::Hole(), SKIP_BARRIER); in InitializeWithDefaultValue() 93 func->SetHomeObject(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 95 func->SetLexicalEnv(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 96 func->SetMachineCode(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 97 func->SetBaselineCode(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 98 func->SetRawProfileTypeInfo(thread, thread->GlobalConstants()->GetEmptyProfileTypeInfoCell(), SKIP_BARRIER); in InitializeWithDefaultValue() 99 func->SetMethod(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 100 func->SetModule(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue() 101 func->SetProtoTransRootHClass(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeWithDefaultValue()
|
H A D | shared_object_factory.cpp | 481 functionTemplate->SetRawProfileTypeInfo(thread_, globalConstants->GetEmptyProfileTypeInfoCell(), SKIP_BARRIER); in NewSFunctionTemplate() 626 obj->SetNonStaticKeys(thread_, emptyArray, SKIP_BARRIER); in NewSClassInfoExtractor() 627 obj->SetNonStaticProperties(thread_, emptyArray, SKIP_BARRIER); in NewSClassInfoExtractor() 628 obj->SetNonStaticElements(thread_, emptyArray, SKIP_BARRIER); in NewSClassInfoExtractor() 629 obj->SetStaticKeys(thread_, emptyArray, SKIP_BARRIER); in NewSClassInfoExtractor() 630 obj->SetStaticProperties(thread_, emptyArray, SKIP_BARRIER); in NewSClassInfoExtractor() 631 obj->SetStaticElements(thread_, emptyArray, SKIP_BARRIER); in NewSClassInfoExtractor()
|
H A D | ecma_string-inl.h | 188 slicedString->SetParent(vm->GetJSThread(), JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in CreateSlicedString() 203 string->SetRelocatedData(thread, JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in CreateConstantString()
|
H A D | object_factory.cpp | 486 obj->SetElements(thread_, emptyArray, SKIP_BARRIER); in NewJSObject() 487 obj->SetProperties(thread_, emptyArray, SKIP_BARRIER); in NewJSObject() 787 obj->SetElements(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject() 788 obj->SetProperties(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject() 4056 obj->SetNonStaticKeys(thread_, emptyArray, SKIP_BARRIER); in NewClassInfoExtractor() 4057 obj->SetNonStaticProperties(thread_, emptyArray, SKIP_BARRIER); in NewClassInfoExtractor() 4058 obj->SetNonStaticElements(thread_, emptyArray, SKIP_BARRIER); in NewClassInfoExtractor() 4059 obj->SetStaticKeys(thread_, emptyArray, SKIP_BARRIER); in NewClassInfoExtractor() 4060 obj->SetStaticProperties(thread_, emptyArray, SKIP_BARRIER); in NewClassInfoExtractor() 4061 obj->SetStaticElements(thread_, emptyArray, SKIP_BARRIER); in NewClassInfoExtractor() [all...] |
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_generator_object_test.cpp | 66 genObj->SetElements(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0() 67 genObj->SetProperties(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0()
|
H A D | concurrent_marking_test.cpp | 152 obj->SetElements(thread, emptyArray, SKIP_BARRIER); in HWTEST_F_L0() 153 obj->SetProperties(thread, emptyArray, SKIP_BARRIER); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | patch_loader.cpp | 265 SKIP_BARRIER); in UpdateJSFunction() 281 SKIP_BARRIER); in UpdateJSFunction()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | base_deserializer.cpp | 195 func->SetRawProfileTypeInfo(thread_, thread_->GlobalConstants()->GetEmptyProfileTypeInfoCell(), SKIP_BARRIER); in HandleNewObjectEncodeFlag()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_object_test.cpp | 64 obj->SetElements(thread, factory->EmptyArray().GetTaggedValue(), SKIP_BARRIER); in TestNewJSObject()
|
H A D | builtins_shared_array_test.cpp | 1598 obj->SetElements(thread, array, SKIP_BARRIER); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 1320 constantStr->SetRelocatedData(thread, JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in DeserializeString()
|