Home
last modified time | relevance | path

Searched defs:ReadBarrier (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers_get-inl.h24 static ARK_INLINE JSTaggedType ReadBarrier(const JSThread *thread, const void *obj, size_t offset, in ReadBarrier() function
41 static ARK_INLINE JSTaggedType ReadBarrier(const JSThread *thread, uintptr_t slotAddress, const JST… in ReadBarrier() function
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp180 void* BaseRuntime::ReadBarrier(void* obj, void* field) in ReadBarrier() function in common::BaseRuntime
186 void* BaseRuntime::ReadBarrier(void* field) in ReadBarrier() function in common::BaseRuntime
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2709 DEF_CALL_SIGNATURE(ReadBarrier) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3527 JSTaggedType RuntimeStubs::ReadBarrier(uintptr_t argGlue, uintptr_t addr) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs