Searched refs:vmThreadControl (Results 1 – 1 of 1) sorted by relevance
792 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local793 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()803 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local804 vmThreadControl->ResumeVM(); in ResumeVM()813 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local814 return vmThreadControl->IsSuspended(); in IsSuspended()823 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() local824 vmThreadControl->RequestTerminateExecution(); in TerminateExecution()