Home
last modified time | relevance | path

Searched defs:barrier_position (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/irtoc/backend/
Dirtoc_runtime.h96 …m::BarrierOperand GetBarrierOperand([[maybe_unused]] ::panda::mem::BarrierPosition barrier_positio… in GetBarrierOperand()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_barrier_set.h105 void AddBarrierOperand(BarrierPosition barrier_position, std::string_view name, in AddBarrierOperand()
Dgc_barrier_set.cpp87 BarrierOperand GCBarrierSet::GetBarrierOperand(BarrierPosition barrier_position, std::string_view n… in GetBarrierOperand()
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp595 …rrierOperand PandaRuntimeInterface::GetBarrierOperand(panda::mem::BarrierPosition barrier_position, in GetBarrierOperand()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h461 [[maybe_unused]] ::panda::mem::BarrierPosition barrier_position, in GetBarrierOperand()