Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp503 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList()
576 void DFXJSNApi::ResumeVMById(EcmaVM *hostVm, uint32_t tid) in ResumeVMById()
585 bool DFXJSNApi::SuspendVMById(EcmaVM *hostVm, uint32_t tid) in SuspendVMById()
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/
Decma_vm.cpp621 void EcmaVM::WorkersetInfo(EcmaVM *hostVm, EcmaVM *workerVm) in WorkersetInfo()
646 bool EcmaVM::DeleteWorker(EcmaVM *hostVm, EcmaVM *workerVm) in DeleteWorker()