Home
last modified time | relevance | path

Searched defs:hpromise (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp41 static void EnsureCapacity(EtsCoroutine *coro, EtsHandle<EtsPromise> &hpromise) in EnsureCapacity()
76 EtsHandle<EtsPromise> hpromise(coro, promise); in EtsPromiseResolve() local
124 EtsHandle<EtsPromise> hpromise(coro, promise); in EtsPromiseReject() local
140 EtsHandle<EtsPromise> hpromise(coro, promise); in EtsPromiseSubmitCallback() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_coroutine.cpp169 EtsHandle<EtsPromise> hpromise(this, promise); in RequestPromiseCompletion() local