Home
last modified time | relevance | path

Searched defs:barrier_set (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dobject_accessor-inl.h43 auto *barrier_set = GetBarrierSet(); in SetObject() local
85 auto *barrier_set = GetBarrierSet(thread); in SetObject() local
215 auto *barrier_set = GetBarrierSet(); in SetFieldObject() local
284 auto *barrier_set = GetBarrierSet(); in CompareAndSetFieldObject() local
317 auto *barrier_set = GetBarrierSet(); in GetAndSetFieldObject() local
/arkcompiler/runtime_core/runtime/mem/gc/epsilon/
Depsilon.cpp34 auto barrier_set = allocator->New<GCDummyBarrierSet>(allocator); in InitializeImpl() local
/arkcompiler/runtime_core/runtime/
Dobject_header.cpp197 auto *barrier_set = thread->GetBarrierSet(); in ShallowCopy() local
Dthread.cpp190 auto barrier_set = gc->GetBarrierSet(); in ManagedThread() local
/arkcompiler/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp50 auto barrier_set = allocator->New<GCDummyBarrierSet>(allocator); in InitializeImpl() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp44 GCBarrierSet *barrier_set = thread->GetBarrierSet(); in GetG1BarrierSet() local
69 mem::GCG1BarrierSet *barrier_set) in PushCardToUpdateThread()
703 auto barrier_set = allocator->New<GCG1BarrierSet>( in InitializeImpl() local
1320 auto barrier_set = static_cast<GCG1BarrierSet *>(thread->GetBarrierSet()); in OnThreadTerminate() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h488 void SetGCBarrierSet(GCBarrierSet *barrier_set) in SetGCBarrierSet()
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp53 auto barrier_set = in InitializeImpl() local
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp355 auto *barrier_set = ManagedThread::GetCurrent()->GetBarrierSet(); in PostBarrierWriteEntrypoint() local