Home
last modified time | relevance | path

Searched refs:IsPostBarrier (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dgc_barrier.h134 constexpr bool IsPostBarrier(BarrierType barrier_type) in IsPostBarrier() function
154 static_assert(IsPostBarrier(BarrierType::POST_INTERGENERATIONAL_BARRIER));
156 static_assert(IsPostBarrier(BarrierType::POST_INTERREGION_BARRIER));
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dgc_barrier.h131 constexpr bool IsPostBarrier(BarrierType barrierType) in IsPostBarrier() function
150 static_assert(IsPostBarrier(BarrierType::POST_INTERGENERATIONAL_BARRIER));
152 static_assert(IsPostBarrier(BarrierType::POST_INTERREGION_BARRIER));
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_barrier_set.h50 ASSERT(IsPostBarrier(postType_)); in GetPostType()

Completed in 2 milliseconds