Home
last modified time | relevance | path

Searched defs:maskValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp539 … auto maskValue = (*begin)->template GetContext<StackfulCoroutineContext>()->GetAffinityMask(); in MigrateCoroutinesImpl() local
Dstackful_coroutine_manager.cpp567 auto maskValue = co->GetContext<StackfulCoroutineContext>()->GetAffinityMask(); in ChooseWorkerForCoroutine() local
1088 …eWorker *StackfulCoroutineManager::ChooseWorkerImpl(WorkerSelectionPolicy policy, size_t maskValue) in ChooseWorkerImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp472 auto maskValue = ~static_cast<uint64_t>(valueMinus1); in ReplaceSignedModPowerOfTwo() local