Home
last modified time | relevance | path

Searched defs:etsVM (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/
Dtest_module_ea_coro.h68 static void RunEAWorker(ani_vm *etsVM, std::string moduleName) in RunEAWorker()
98 ani_vm *etsVM; in Setup() local
112 auto *etsVM = Setup(); in SetupAndStartEAWorkers() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_ExclusiveLauncher.cpp37 Coroutine *TryCreateEACoroutine(PandaEtsVM *etsVM, bool needInterop, bool &limitIsReached, bool &js… in TryCreateEACoroutine()
72 void RunTaskOnEACoroutine(PandaEtsVM *etsVM, bool needInterop, mem::Reference *taskRef) in RunTaskOnEACoroutine()
108 auto *etsVM = coro->GetPandaVM(); in ExclusiveLaunch() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/eacoro/
Dattach_thread_test.cpp81 ani_vm *etsVM; in GetEtsVm() local
94 ani_vm *etsVM = GetEtsVm(); in callTestMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_vm_api.cpp199 auto *etsVM = PandaEtsVM::FromAniVM(vm); in AttachCurrentThread() local
228 auto *etsVM = PandaEtsVM::FromAniVM(vm); in DetachCurrentThread() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/benchmarks/
Dlauncher.js90 let etsVM = (callerSite === 'STS' || calleeSite === 'STS') ? initEtsVM() : undefined; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp91 auto *etsVM = PandaEtsVM::FromEtsVM(vm); in AttachThread() local
116 auto *etsVM = PandaEtsVM::FromEtsVM(vm); in DetachThread() local