Searched refs:vmThreadControl (Results 1 – 1 of 1) sorted by relevance
463 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local464 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()474 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local475 vmThreadControl->ResumeVM(); in ResumeVM()484 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local485 return vmThreadControl->IsSuspended(); in IsSuspended()