Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 125) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_manager_helper.cpp23 …Value ModuleManagerHelper::GetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, int… in GetModuleValue()
43 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetNativeOrCjsExports() local
70 …aggedValue ModuleManagerHelper::GetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, in GetModuleValue()
88 JSHandle<SourceTextModule> module, in GetModuleValueFromIndexBinding()
97 … JSThread *thread, JSHandle<SourceTextModule> module, JSHandle<ResolvedRecordIndexBinding> binding) in GetResolvedRecordIndexBindingModule()
116JSHandle<SourceTextModule> module, in GetModuleValueFromRecordBinding()
125JSHandle<SourceTextModule> module, in GetResolvedRecordBindingModule()
145JSHandle<SourceTextModule> module, in GetLazyModuleValueFromIndexBinding()
174 JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding) in GetLazyModuleValueFromRecordBinding()
201 …eManagerHelper::UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, in UpdateBindingAndGetModuleValue()
Djs_shared_module_manager.cpp57 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetSendableModuleValueImpl() local
91 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetLazySendableModuleValueImpl() local
165 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(recordName); in ResolveSharedImportedModuleWithMerge() local
194 JSHandle<JSTaggedValue> module(thread, entry->second); in GetSModuleUnsafe() local
213 JSHandle<JSTaggedValue> module = JSHandle<JSTaggedValue>::Cast(moduleRecord); in InsertInSModuleManager() local
226 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(s); in TransferSModule() local
234 …dModuleManager::findModuleMutexWithLock(JSThread *thread, const JSHandle<SourceTextModule> &module) in findModuleMutexWithLock()
245 …aredModuleManager::IsInstaniatedSModule(JSThread *thread, const JSHandle<SourceTextModule> &module) in IsInstaniatedSModule()
260 JSHandle<SourceTextModule> module; in GenerateFuncModule() local
279 const JSHandle<JSTaggedValue> &module, const JSHandle<TaggedArray> &exports) in SModuleNamespaceCreate()
[all …]
Djs_module_manager.h122 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule()
127 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule()
137 JSTaggedValue module = it->second; in NativeObjDestory() local
Dmodule_tools.cpp29 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromIndexBindingForLog()
42 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromRecordBindingForLog()
62 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local
84 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local
Djs_module_deregister.cpp41 JSHandle<SourceTextModule> module(thread, SourceTextModule::Cast(moduleVal.GetTaggedObject())); in FreeModuleRecord() local
67 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount() local
80 void ModuleDeregister::RemoveModule(JSThread *thread, JSHandle<SourceTextModule> module) in RemoveModule()
95 void ModuleDeregister::IncreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in IncreaseRegisterCounts()
144 void ModuleDeregister::DecreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in DecreaseRegisterCounts()
Djs_module_source_text.cpp35 …ing> SourceTextModule::GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &module, in GetExportedNames()
81const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &moduleRequest, bool execu… in HostResolveImportedModuleWithMerge()
126const JSHandle<SourceTextModule> &module, in HostResolveImportedModule()
143 bool SourceTextModule::CheckCircularImport(const JSHandle<SourceTextModule> &module, in CheckCircularImport()
161const JSHandle<SourceTextModule> &module, in ResolveExportObject()
234 …dValue> SourceTextModule::ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, in ResolveExport()
491 …t SourceTextModule::HandleInstantiateException([[maybe_unused]] JSHandle<SourceTextModule> &module, in HandleInstantiateException()
518 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleHdl); in Instantiate() local
552 void SourceTextModule::DFSModuleInstantiation(JSHandle<SourceTextModule> &module, in DFSModuleInstantiation()
581JSHandle<SourceTextModule> &module, in HandleInnerModuleInstantiation()
[all …]
Djs_shared_module_manager.h78 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule()
83 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dlibrary_loader.cpp23 HMODULE module = LoadLibrary(filename.data()); in Load() local
34 HMODULE module = reinterpret_cast<HMODULE>(handle.GetNativeHandle()); in ResolveSymbol() local
/arkcompiler/toolchain/inspector/
Dlibrary_loader.cpp37 HMODULE module = LoadLibrary(libraryName.data()); in Load() local
50 HMODULE module = reinterpret_cast<HMODULE>(handle); in ResolveSymbol() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dlibrary_loader.cpp23 HMODULE module = LoadLibrary(filename.data()); in Load() local
34 HMODULE module = reinterpret_cast<HMODULE>(handle.GetNativeHandle()); in ResolveSymbol() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp88 auto module = function->getParent(); in SlowClassLoadingHelper() local
187 llvm::Function *LenArray(llvm::Module *module) in LenArray()
205 llvm::Function *KeepThis(llvm::Module *module) in KeepThis()
222 llvm::Function *BarrierReturnVoid(llvm::Module *module) in BarrierReturnVoid()
237 llvm::Function *LoadClass(llvm::Module *module) in LoadClass()
253 llvm::Function *LoadInitClass(llvm::Module *module) in LoadInitClass()
269 llvm::Function *PreWRB(llvm::Module *module, unsigned addrSpace) in PreWRB()
288 llvm::Function *PostWRB(llvm::Module *module, unsigned addrSpace) in PostWRB()
310 llvm::Function *LoadString(llvm::Module *module) in LoadString()
326 llvm::Function *ResolveVirtual(llvm::Module *module) in ResolveVirtual()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_mark.cpp24 AnalysisResult *DoVerifyMark::Run(MIRModule *module, ModuleResultMgr *mgr) in Run()
58 void DoVerifyMark::AddAnnotations(MIRModule &module, const Klass &klass, in AddAnnotations()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-identify5.ts17 var declare = 0, module = 1, ns = 2; variable
Dtest_module7.ts17 var module = 1; variable
/arkcompiler/ets_runtime/ecmascript/napi/test/js/
Dtermination.js30 export let module = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverification.h26 VerifyResult(const MIRModule &module, const KlassHierarchy &klassHierarchy, MemPool &memPool) in VerifyResult()
94 const MIRModule &module; variable
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
Dtsconfig.json4 "module": "commonjs", string
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module.js30 export let module = 0; variable
/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp25 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in InitializeCommonJS() local
59 JSHandle<CjsModule> module = cjsInfo.moduleHdl; in CollectExecutedExp() local
Djs_cjs_module.cpp26 void CjsModule::InitializeModule(JSThread *thread, JSHandle<CjsModule> &module, in InitializeModule()
68 void CjsModule::PutIntoCache(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue>… in PutIntoCache()
124 JSHandle<CjsModule> module = factory->NewCjsModule(); in Load() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h41 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dinline_ir_utils.cpp38 bool RemoveDanglingAliases(Module &module) in RemoveDanglingAliases()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
Dtsconfig.sample.json4 "module": "commonjs" /* Specify what module code is generated. */, string
/arkcompiler/ets_frontend/ets2panda/linter/src/ts-compiler/
DFormTscOptions.ts37 module: ts.ModuleKind.CommonJS, constant
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp65 JSHandle<CjsModule> module = factory->NewCjsModule(); in HWTEST_F_L0() local
91 JSHandle<CjsModule> module = factory->NewCjsModule(); in HWTEST_F_L0() local

12345