Lines Matching refs:GetAssociatedJSThread
137 …d::vector<JsFrameInfo> jf = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildNativeAndJsStackTrace()
149 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), true); in BuildNativeAndJsStackTrace()
158 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), false); in BuildJsStackTrace()
332 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime()
346 auto *thread = workerVm->GetAssociatedJSThread(); in CpuProfilerSamplingAnyTime()
463 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM()
474 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM()
484 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended()
506 if (hostVm->GetAssociatedJSThread()->GetThreadId() == tid) { in BuildJsStackInfoList()
514 jsFrames = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildJsStackInfoList()
578 if (hostVm->GetAssociatedJSThread()->GetThreadId() == tid) { in ResumeVMById()
587 if (hostVm->GetAssociatedJSThread()->GetThreadId() == tid) { in SuspendVMById()