Home
last modified time | relevance | path

Searched defs:barrier (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp51 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep()
111 bool barrier = inst->IsBarrier(); in ProcessInst() local
285 bool barrier = inst->IsBarrier(); in ScheduleBasicBlock() local
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp99 void Thread::InitCardTableData(mem::GCBarrierSet *barrier) in InitCardTableData()
133 auto barrier = gc->GetBarrierSet(); in InitPreBuff() local
285 auto barrier = gc->GetBarrierSet(); in InitBuffers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp230 maplecl::Option<bool> barrier({"--barrier"}, variable
Doption.cpp87 bool Options::barrier = false; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp177 SuspendBarrier barrier; in SuspendAllThreadsImpl() local
Djs_thread.cpp1159 void JSThread::SuspendThread(bool internalSuspend, SuspendBarrier* barrier) in SuspendThread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h129 static bool barrier; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h403 void SetBarrier(Barrier barrier) in SetBarrier()