Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory-inl.h28 auto *currentCoro = EtsCoroutine::GetCurrent(); in GetElement() local
55 auto *currentCoro = EtsCoroutine::GetCurrent(); in SetElement() local
Dets_shared_memory.cpp53 auto *currentCoro = EtsCoroutine::GetCurrent(); in Create() local
91 auto *currentCoro = EtsCoroutine::GetCurrent(); in GetLength() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp150 EtsCoroutine *currentCoro = EtsCoroutine::GetCurrent(); in EtsPromiseCreateLink() local
157 static EtsObject *AwaitProxyPromise(EtsCoroutine *currentCoro, EtsHandle<EtsPromise> &promiseHandle) in AwaitProxyPromise()
192 EtsCoroutine *currentCoro = EtsCoroutine::GetCurrent(); in EtsAwaitPromise() local
Descompat_Atomics.cpp244 auto *currentCoro = EtsCoroutine::GetCurrent(); in SharedMemoryTimedWaitI64() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp49 static inline bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &p… in Launch()
87 auto *currentCoro = EtsCoroutine::GetCurrent(); in LaunchCoroutine() local
132 auto *currentCoro = EtsCoroutine::GetCurrent(); in LaunchFromInterpreterImpl() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp282 auto *currentCoro = Coroutine::GetCurrent(); in SuspendCurrentCoroGeneric() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp381 extern "C" ObjectPointerType EtsAsyncCall(Method *method, EtsCoroutine *currentCoro, uint8_t *regAr… in EtsAsyncCall()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h499 auto *currentCoro = EtsCoroutine::GetCurrent(); in JSCONVERT_UNWRAP() local