Home
last modified time | relevance | path

Searched defs:hostVm (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h409 void WorkersetInfo(EcmaVM *hostVm, EcmaVM *workerVm) in WorkersetInfo()
433 bool DeleteWorker(EcmaVM *hostVm, EcmaVM *workerVm) in DeleteWorker()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp306 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList()
Djsnapi.cpp430 void JSNApi::addWorker(EcmaVM *hostVm, EcmaVM *workerVm) in addWorker()
437 bool JSNApi::DeleteWorker(EcmaVM *hostVm, EcmaVM *workerVm) in DeleteWorker()