Lines Matching defs:thread
43 JSTaggedValue SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTagged… in GetSendableModuleValue()
50 JSThread *thread, int32_t index, JSTaggedValue currentModule) const in GetSendableModuleValueImpl()
77 JSTaggedValue SharedModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTa… in GetLazySendableModuleValue()
84 JSThread *thread, int32_t index, JSTaggedValue currentModule) const in GetLazySendableModuleValueImpl()
113 JSHandle<JSTaggedValue> SharedModuleManager::ResolveImportedModule(JSThread *thread, const CString … in ResolveImportedModule()
129 JSHandle<JSTaggedValue> SharedModuleManager::ResolveImportedModuleWithMerge(JSThread *thread, in ResolveImportedModuleWithMerge()
156 JSHandle<JSTaggedValue> SharedModuleManager::ResolveSharedImportedModuleWithMerge(JSThread *thread, in ResolveSharedImportedModuleWithMerge()
188 JSHandle<SourceTextModule> SharedModuleManager::GetSModuleUnsafe(JSThread *thread, const CString &r… in GetSModuleUnsafe()
198 JSHandle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordN… in GetSModule()
204 bool SharedModuleManager::SearchInSModuleManager(JSThread *thread, const CString &recordName) in SearchInSModuleManager()
209 void SharedModuleManager::InsertInSModuleManager(JSThread *thread, const CString &recordName, in InsertInSModuleManager()
221 void SharedModuleManager::TransferSModule(JSThread *thread) in TransferSModule()
234 StateVisit &SharedModuleManager::findModuleMutexWithLock(JSThread *thread, const JSHandle<SourceTex… in findModuleMutexWithLock()
245 bool SharedModuleManager::IsInstaniatedSModule(JSThread *thread, const JSHandle<SourceTextModule> &… in IsInstaniatedSModule()
251 JSHandle<JSTaggedValue> SharedModuleManager::GenerateFuncModule(JSThread *thread, const JSPandaFile… in GenerateFuncModule()
278 JSHandle<ModuleNamespace> SharedModuleManager::SModuleNamespaceCreate(JSThread *thread, in SModuleNamespaceCreate()