Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp72 auto *currentCtx = GetCurrentContext(); in AddCreatedCoroutineAndSwitchToIt() local
406 auto *currentCtx = GetCurrentContext(); in ScheduleNextCoroUnlockRunnablesWaiters() local
418 auto *currentCtx = GetCurrentContext(); in ScheduleNextCoroUnlockRunnables() local
429 auto *currentCtx = GetCurrentContext(); in ScheduleNextCoroUnlockNone() local
Dthreaded_coroutine_manager.cpp380 auto *currentCtx = currentCo->GetContext<ThreadedCoroutineContext>(); in ScheduleImpl() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp983 … LanguageContext currentCtx = Runtime::GetCurrent()->GetLanguageContext(context->GetSourceLang()); in IsContextCanBeLoaded() local