Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp70 auto cb = [&](ObjectSlot s, Region *rootRegion, bool needBarrier) { in ProcessMarkStack()
76 bool needBarrier = isFullMark && !rootRegion->InYoungSpaceOrCSet(); in ProcessMarkStack() local
104 auto cb = [&](ObjectSlot s, Region *rootRegion, bool needBarrier) { in ProcessIncrementalMarkStack()
111 bool needBarrier = isFullMark && !rootRegion->InYoungSpaceOrCSet(); in ProcessIncrementalMarkStack() local
Dparallel_marker-inl.h32 bool needBarrier, Callback callback) in VisitBodyInObj()
50 …MovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bool needBarrier) in MarkValue()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1379 [[maybe_unused]] bool needBarrier = inst->CastToStoreArrayPair()->GetNeedBarrier(); in CheckInstUsers() local
1386 bool needBarrier = inst->CastToStoreArrayPairI()->GetNeedBarrier(); in CheckInstUsers() local
1402 bool needBarrier = inst->CastToStore()->GetNeedBarrier(); in CheckInstUsers() local
1408 bool needBarrier = inst->CastToStoreI()->GetNeedBarrier(); in CheckInstUsers() local
1414 bool needBarrier = inst->CastToStoreArray()->GetNeedBarrier(); in CheckInstUsers() local
1424 bool needBarrier = inst->CastToStoreArrayI()->GetNeedBarrier(); in CheckInstUsers() local
1434 bool needBarrier = inst->CastToStoreStatic()->GetNeedBarrier(); in CheckInstUsers() local
1463 bool needBarrier = inst->CastToUnresolvedStoreStatic()->GetNeedBarrier(); in CheckInstUsers() local
1478 bool needBarrier = inst->CastToStoreObject()->GetNeedBarrier(); in CheckInstUsers() local
1489 bool needBarrier = inst->CastToStoreObjectDynamic()->IsBarrier(); in CheckInstUsers() local
[all …]
Dir_constructor.h899 IrConstructor &SetNeedBarrier(bool needBarrier) in SetNeedBarrier()