Home
last modified time | relevance | path

Searched defs:slotAddr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp21 void Barriers::Update(const JSThread *thread, uintptr_t slotAddr, Region *objectRegion, TaggedObjec… in Update()
Dslots.h30 explicit ObjectSlot(uintptr_t slotAddr) : slotAddress_(slotAddr) {} in ObjectSlot()
Dbarriers-inl.h38 uintptr_t slotAddr = ToUintPtr(obj) + offset; in WriteBarrier() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2842 uintptr_t slotAddr = object + offset; in InsertOldToNewRSet() local
2849 uintptr_t slotAddr = object + offset; in MarkingBarrier() local
2867 uintptr_t slotAddr = object + offset; in StoreBarrier() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1258 GateRef slotAddr = PtrAdd(TaggedCastToIntPtr(obj), offset); in SetValueWithBarrier() local