Lines Matching defs:GetInstance
33 Runtime *Runtime::GetInstance()
45 JSPandaFileManager::GetInstance()->RemoveJSPandaFile(iter->first);
60 MemMapAllocator::GetInstance()->Initialize(ecmascript::DEFAULT_REGION_SIZE);
61 PGOProfilerManager::GetInstance()->Initialize(options.GetPGOProfilerPath(),
63 PGOProfilerManager::GetInstance()->SetEnableForceIC(options.IsEnableForceIC());
82 Jit::GetInstance()->SetEnableOrDisable(vm->GetJSOptions(), isEnableFastJit, isEnableBaselineJit);
100 SharedHeap::GetInstance()->Initialize(nativeAreaAllocator_.get(), heapRegionAllocator_.get(),
101 const_cast<EcmaVM*>(vm)->GetJSOptions(), DaemonThread::GetInstance());
111 SharedHeap::GetInstance()->PostInitialization(&globalConst_, const_cast<EcmaVM*>(vm)->GetJSOptions());
112 SharedModuleManager::GetInstance()->Initialize();
119 SharedModuleManager::GetInstance()->SharedNativeObjDestory();
120 SharedHeap::GetInstance()->WaitAllTasksFinishedAfterAllJSThreadEliminated();
123 AnFileDataManager::GetInstance()->SafeDestroyAllData();
124 MemMapAllocator::GetInstance()->Finalize();
125 PGOProfilerManager::GetInstance()->Destroy();
126 SharedModuleManager::GetInstance()->Destroy();
127 Jit::GetInstance()->Destroy();
348 JSPandaFileManager::GetInstance()->RemoveJSPandaFile(iterator->first);
367 SharedHeap::GetInstance()->ProcessSharedNativeDelete(visitor);
372 SharedHeap::GetInstance()->PushToSharedNativePointerList(pointer);