Home
last modified time | relevance | path

Searched defs:Launch (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_concurrency_Launch.cpp93 ObjectHeader *Launch(EtsObject *func, EtsArray *arr, bool abortFlag, bool postToMain = false) in Launch() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp181 bool ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() function in ark::ThreadedCoroutineManager
Dstackful_coroutine_manager.cpp427 bool StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() function in ark::StackfulCoroutineManager
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp51 static inline bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &p… in Launch() function
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp25 JSHandle<JSTaggedValue> JsonParser<T>::Launch(Text begin, Text end) in Launch() function in panda::ecmascript::base::JsonParser