Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp615 void EcmaVM::WorkersetInfo(EcmaVM *hostVm, EcmaVM *workerVm) in WorkersetInfo()
630 EcmaVM *workerVm = nullptr; in GetWorkerVm() local
640 bool EcmaVM::DeleteWorker(EcmaVM *hostVm, EcmaVM *workerVm) in DeleteWorker()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp285 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void { in StopCpuProfilerForColdStart()
331 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void { in CpuProfilerSamplingAnyTime()
345 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void { in CpuProfilerSamplingAnyTime()
Djsnapi.cpp664 void JSNApi::addWorker(EcmaVM *hostVm, EcmaVM *workerVm) in addWorker()
671 bool JSNApi::DeleteWorker(EcmaVM *hostVm, EcmaVM *workerVm) in DeleteWorker()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1073 EcmaVM *workerVm = JSNApi::CreateEcmaVM(option); in HWTEST_F_L0() local