Home
last modified time | relevance | path

Searched refs:PRE_WRB_NONE (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dgc_barrier.h62PRE_WRB_NONE = EncodeBarrierType(1U, BarrierPosition::BARRIER_POSITION_PRE, BarrierActionType::WRI… enumerator
161 …return (barrier_type == BarrierType::PRE_WRB_NONE) || (barrier_type == BarrierType::POST_WRB_NONE)… in IsEmptyBarrier()