Home
last modified time | relevance | path

Searched defs:AtomicReadBarrier (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers_get-inl.h56 static ARK_INLINE JSTaggedType AtomicReadBarrier(const JSThread *thread, const void *obj, size_t of… in AtomicReadBarrier() function
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp191 void* BaseRuntime::AtomicReadBarrier(void* obj, void* field, std::memory_order order) in AtomicReadBarrier() function in common::BaseRuntime