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.cpp302 auto *currentCtx = GetCurrentContext(); in ScheduleNextCoroUnlockRunnablesWaiters() local
314 auto *currentCtx = GetCurrentContext(); in ScheduleNextCoroUnlockRunnables() local
325 auto *currentCtx = GetCurrentContext(); in ScheduleNextCoroUnlockNone() local
Dthreaded_coroutine_manager.cpp323 auto *currentCtx = currentCo->GetContext<ThreadedCoroutineContext>(); in ScheduleImpl() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp957 … LanguageContext currentCtx = Runtime::GetCurrent()->GetLanguageContext(context->GetSourceLang()); in IsContextCanBeLoaded() local