Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp40 static inline bool Launch(EtsCoroutine *currentCoro, Method *method, const EtsHandle<EtsPromise> &p… in Launch() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp146 Coroutine *ThreadedCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() function in panda::ThreadedCoroutineManager
Dstackful_coroutine_manager.cpp241 Coroutine *StackfulCoroutineManager::Launch(CompletionEvent *completionEvent, Method *entrypoint, in Launch() function in panda::StackfulCoroutineManager
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h80 JSHandle<JSTaggedValue> Launch(Text begin, Text end) in Launch() function