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