Home
last modified time | relevance | path

Searched refs:SynchronizedSetObject (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.h57 static void SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value,
H A Dbarriers-inl.h95 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 Decma_macros.h135 Barriers::SynchronizedSetObject(thread, this, offset, value.GetTaggedValue().GetRawData(), isPrimitive); \
140 Barriers::SynchronizedSetObject(thread, this, offset, value.GetRawData(), isPrimitive); \

Completed in 4 milliseconds