Searched defs:ReadBarrier (Results 1 – 4 of 4) sorted by relevance
24 static ARK_INLINE JSTaggedType ReadBarrier(const JSThread *thread, const void *obj, size_t offset, in ReadBarrier() function41 static ARK_INLINE JSTaggedType ReadBarrier(const JSThread *thread, uintptr_t slotAddress, const JST… in ReadBarrier() function
180 void* BaseRuntime::ReadBarrier(void* obj, void* field) in ReadBarrier() function in common::BaseRuntime186 void* BaseRuntime::ReadBarrier(void* field) in ReadBarrier() function in common::BaseRuntime
2709 DEF_CALL_SIGNATURE(ReadBarrier) in DEF_CALL_SIGNATURE() argument
3527 JSTaggedType RuntimeStubs::ReadBarrier(uintptr_t argGlue, uintptr_t addr) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs