Home
last modified time | relevance | path

Searched refs:IsWriteBarrier (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dgc_barrier.h140 constexpr bool IsWriteBarrier(BarrierType barrier_type) in IsWriteBarrier() function
153 static_assert(IsWriteBarrier(BarrierType::PRE_SATB_BARRIER));
155 static_assert(IsWriteBarrier(BarrierType::POST_INTERGENERATIONAL_BARRIER));
157 static_assert(IsWriteBarrier(BarrierType::POST_INTERREGION_BARRIER));
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dgc_barrier.h137 constexpr bool IsWriteBarrier(BarrierType barrierType) in IsWriteBarrier() function
149 static_assert(IsWriteBarrier(BarrierType::PRE_SATB_BARRIER));
151 static_assert(IsWriteBarrier(BarrierType::POST_INTERGENERATIONAL_BARRIER));
153 static_assert(IsWriteBarrier(BarrierType::POST_INTERREGION_BARRIER));

Completed in 2 milliseconds