Searched refs:vmThreadControl (Results 1 – 1 of 1) sorted by relevance
797 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local798 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()808 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local809 vmThreadControl->ResumeVM(); in ResumeVM()818 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local819 return vmThreadControl->IsSuspended(); in IsSuspended()828 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() local829 vmThreadControl->RequestTerminateExecution(); in TerminateExecution()