Lines Matching refs:GetJSThread
118 vm->GetJSThread()->SetStackTraceFd(stackTraceFd); in DumpHeapSnapshot()
275 JSThread *thread = vm->GetJSThread(); in TriggerSharedGCWithVm()
309 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in TriggerGCWithVm()
324 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in DestroyHeapProfiler()
355 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in StartHeapTracking()
369 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in UpdateHeapTracking()
396 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in StopHeapTracking()
417 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(true); in StartRuntimeStat()
422 vm->GetJSThread()->GetCurrentEcmaContext()->SetRuntimeStatEnable(false); in StopRuntimeStat()
427 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetArrayBufferSize()
438 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetHeapUsedSize()
500 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetHeapPrepare()
522 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in NotifyApplicationState()
534 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in NotifyIdleTime()
545 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in NotifyFinishColdStart()
571 if (workerVm->GetJSThread()->GetIsProfiling()) { in StopCpuProfilerForColdStart()
600 if (vm->GetJSThread()->GetIsProfiling()) { in CpuProfilerAnyTimeMainThread()
835 ecmascript::JSThread* thread = vm->GetJSThread(); in CheckSafepoint()