Searched refs:vmThreadControl (Results 1 – 1 of 1) sorted by relevance
567 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local568 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()578 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local579 vmThreadControl->ResumeVM(); in ResumeVM()588 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local589 return vmThreadControl->IsSuspended(); in IsSuspended()598 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() local599 vmThreadControl->RequestTerminateExecution(); in TerminateExecution()