Searched refs:SynchronizedSetObject (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | barriers.h | 57 static void SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value,
|
H A D | barriers-inl.h | 95 inline void Barriers::SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value, in SynchronizedSetObject() function in panda::ecmascript::Barriers
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_macros.h | 135 Barriers::SynchronizedSetObject(thread, this, offset, value.GetTaggedValue().GetRawData(), isPrimitive); \ 140 Barriers::SynchronizedSetObject(thread, this, offset, value.GetRawData(), isPrimitive); \
|
Completed in 4 milliseconds