Searched defs:needBarrier (Results 1 – 4 of 4) sorted by relevance
70 auto cb = [&](ObjectSlot s, Region *rootRegion, bool needBarrier) { in ProcessMarkStack()76 bool needBarrier = isFullMark && !rootRegion->InYoungSpaceOrCSet(); in ProcessMarkStack() local104 auto cb = [&](ObjectSlot s, Region *rootRegion, bool needBarrier) { in ProcessIncrementalMarkStack()111 bool needBarrier = isFullMark && !rootRegion->InYoungSpaceOrCSet(); in ProcessIncrementalMarkStack() local
32 bool needBarrier, Callback callback) in VisitBodyInObj()50 …MovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bool needBarrier) in MarkValue()
1379 [[maybe_unused]] bool needBarrier = inst->CastToStoreArrayPair()->GetNeedBarrier(); in CheckInstUsers() local1386 bool needBarrier = inst->CastToStoreArrayPairI()->GetNeedBarrier(); in CheckInstUsers() local1402 bool needBarrier = inst->CastToStore()->GetNeedBarrier(); in CheckInstUsers() local1408 bool needBarrier = inst->CastToStoreI()->GetNeedBarrier(); in CheckInstUsers() local1414 bool needBarrier = inst->CastToStoreArray()->GetNeedBarrier(); in CheckInstUsers() local1424 bool needBarrier = inst->CastToStoreArrayI()->GetNeedBarrier(); in CheckInstUsers() local1434 bool needBarrier = inst->CastToStoreStatic()->GetNeedBarrier(); in CheckInstUsers() local1463 bool needBarrier = inst->CastToUnresolvedStoreStatic()->GetNeedBarrier(); in CheckInstUsers() local1478 bool needBarrier = inst->CastToStoreObject()->GetNeedBarrier(); in CheckInstUsers() local1489 bool needBarrier = inst->CastToStoreObjectDynamic()->IsBarrier(); in CheckInstUsers() local[all …]
899 IrConstructor &SetNeedBarrier(bool needBarrier) in SetNeedBarrier()