Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Dgc_barrier.h32BARRIER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/l… enumerator
62 …PRE_WRB_NONE = EncodeBarrierType(1U, BarrierPosition::BARRIER_POSITION_PRE, BarrierActionType::WRI…
63 …PRE_RB_NONE = EncodeBarrierType(1U, BarrierPosition::BARRIER_POSITION_PRE, BarrierActionType::READ…
82 …PRE_SATB_BARRIER = EncodeBarrierType(2U, BarrierPosition::BARRIER_POSITION_PRE, BarrierActionType:…
131 BarrierPosition::BARRIER_POSITION_PRE; in IsPreBarrier()