Searched refs:BarrierMode (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | common_enum.h | 21 enum BarrierMode { SKIP_BARRIER, WRITE_BARRIER, READ_BARRIER }; enum
|
H A D | global_env.h | 176 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 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 | ecma_macros.h | 81 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 D | js_function.h | 320 const JSHandle<JSTaggedValue> &value, BarrierMode mode = WRITE_BARRIER);
|
H A D | js_function.cpp | 1047 const JSHandle<JSTaggedValue> &value, BarrierMode mode) in SetProfileTypeInfo()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 1320 constantStr->SetRelocatedData(thread, JSTaggedValue::Undefined(), BarrierMode::SKIP_BARRIER); in DeserializeString()
|
Completed in 10 milliseconds