Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dcommon_enum.h21 enum BarrierMode { SKIP_BARRIER, WRITE_BARRIER, READ_BARRIER }; enum
H A Dglobal_env.h176 inline void Set##name(const JSThread *thread, JSHandle<T> value, BarrierMode mode = WRITE_BARRIER) \
188 inline void Set##name(const JSThread *thread, type value, BarrierMode mode = WRITE_BARRIER) \
H A Decma_string-inl.h188 slicedString->SetParent(vm->GetJSThread(), JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in CreateSlicedString()
203 string->SetRelocatedData(thread, JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in CreateConstantString()
H A Decma_macros.h81 void Set##name(const JSThread *thread, JSHandle<T> value, BarrierMode mode = WRITE_BARRIER) \
93 void Set##name(const JSThread *thread, JSTaggedValue value, BarrierMode mode = WRITE_BARRIER) \
H A Djs_function.h320 const JSHandle<JSTaggedValue> &value, BarrierMode mode = WRITE_BARRIER);
H A Djs_function.cpp1047 const JSHandle<JSTaggedValue> &value, BarrierMode mode) in SetProfileTypeInfo()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1320 constantStr->SetRelocatedData(thread, JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in DeserializeString()

Completed in 10 milliseconds