Home
last modified time | relevance | path

Searched defs:barrierType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dgc_barrier.h125 constexpr bool IsPreBarrier(BarrierType barrierType) in IsPreBarrier()
131 constexpr bool IsPostBarrier(BarrierType barrierType) in IsPostBarrier()
137 constexpr bool IsWriteBarrier(BarrierType barrierType) in IsWriteBarrier()
143 constexpr bool IsReadBarrier(BarrierType barrierType) in IsReadBarrier()
155 constexpr bool IsEmptyBarrier(BarrierType barrierType) in IsEmptyBarrier()
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl109 …eInterface::EntrypointId GetAppendStringsEntrypoint(uint32_t numArgs, mem::BarrierType barrierType)
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp286 …rypointId GetStringBuilderAppendStringsEntrypointId(uint32_t numArgs, mem::BarrierType barrierType) in GetStringBuilderAppendStringsEntrypointId()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2462 auto barrierType = GetGraph()->GetRuntime()->GetPreType(); in CreatePreWRB() local
2482 auto barrierType = GetGraph()->GetRuntime()->GetPostType(); in CreatePostWRB() local
4840 auto barrierType = runtime->GetPostType(); in VisitStoreStatic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1910 auto barrierType = GetRuntime()->GetPostType(); in CreatePostWRB() local
Dencode_visitor.cpp1397 auto barrierType {runtime->GetPostType()}; in VisitStoreStatic() local