Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp18 void Barriers::UpdateWithoutEden(const JSThread *thread, uintptr_t slotAddr, Region *objectRegion, … in UpdateWithoutEden()
43 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.h41 uintptr_t slotAddr = ToUintPtr(obj) + offset; in WriteBarrier() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3301 uintptr_t slotAddr = object + offset; in InsertNewToEdenRSet() local
3309 uintptr_t slotAddr = object + offset; in InsertOldToNewRSet() local
3317 uintptr_t slotAddr = object + offset; in InsertLocalToShareRSet() local
3341 uintptr_t slotAddr = object + offset; in MarkingBarrier() local
3358 uintptr_t slotAddr = object + offset; in MarkingBarrierWithEden() local
3389 uintptr_t slotAddr = object + offset; in StoreBarrier() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1881 GateRef slotAddr = PtrAdd(TaggedCastToIntPtr(obj), offset); in SetSValueWithBarrier() local
1961 GateRef slotAddr = PtrAdd(TaggedCastToIntPtr(obj), offset); in SetNonSValueWithBarrier() local
1999 GateRef slotAddr = PtrAdd(TaggedCastToIntPtr(obj), offset); in SetNonSValueWithBarrier() local