Searched refs:SynchronizedSetObject (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.h | 52 …static void SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType v…
|
| D | barriers-inl.h | 92 inline void Barriers::SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTag… in SynchronizedSetObject() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 135 …Barriers::SynchronizedSetObject(thread, this, offset, value.GetTaggedValue().GetRawData(), isPrimi… 140 …Barriers::SynchronizedSetObject(thread, this, offset, value.GetRawData(), isPrimitive); …
|