Searched refs:GetModuleManager (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 85 ModuleManager *moduleManager = vm->GetModuleManager(); in ExecuteFromFile() 174 ModuleManager *moduleManager = vm->GetModuleManager(); in CommonExecuteBuffer()
|
| D | quick_fix_loader.cpp | 140 vm->GetModuleManager()->HostResolveImportedModuleWithMerge(fileName, recordName); in ParseAllConstpoolWithMerge() 509 auto moduleManager = vm->GetModuleManager(); in CheckIsInvalidPatch()
|
| D | literal_data_extractor.cpp | 271 … JSHandle<SourceTextModule> module = vm->GetModuleManager()->HostGetImportedModule(moduleName); in DefineMethodInLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 182 if (!vm->GetModuleManager()->IsImportedModuleLoaded(moduleName.GetTaggedValue())) { in DynamicImportJob() 196 vm->GetModuleManager()->HostGetImportedModule(moduleName.GetTaggedValue()); in DynamicImportJob()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1032 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(index); in RuntimeGetModuleNamespace() 1038 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(index, jsFunc); in RuntimeGetModuleNamespace() 1043 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(localName); in RuntimeGetModuleNamespace() 1049 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(localName, jsFunc); in RuntimeGetModuleNamespace() 1054 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(index, value); in RuntimeStModuleVar() 1060 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(index, value, jsFunc); in RuntimeStModuleVar() 1065 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(key, value); in RuntimeStModuleVar() 1071 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(key, value, jsFunc); in RuntimeStModuleVar() 1076 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(index); in RuntimeLdLocalModuleVar() 1081 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(index, jsFunc); in RuntimeLdLocalModuleVar() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.cpp | 160 ModuleManager *moduleManager = vm_->GetModuleManager(); in ResolveModule()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 239 ModuleManager *moduleManager = instance->GetModuleManager(); in HWTEST_F_L0() 272 ModuleManager *moduleManager = instance->GetModuleManager(); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 271 ModuleManager *GetModuleManager() const in GetModuleManager() function
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 347 JSTaggedValue currentModule = vm->GetModuleManager()->GetCurrentModule(); in GetModuleVariables()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 81 auto moduleManager = thread->GetEcmaVM()->GetModuleManager(); in HostResolveImportedModuleWithMerge() 120 auto moduleManage = thread->GetEcmaVM()->GetModuleManager(); in HostResolveImportedModule() 130 return thread->GetEcmaVM()->GetModuleManager()-> in HostResolveImportedModule()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 666 ecmascript::ModuleManager *moduleManager = vm->GetModuleManager(); in GetExportObject() 685 ecmascript::ModuleManager *moduleManager = vm->GetModuleManager(); in GetExportObjectFromBuffer() 2762 ecmascript::ModuleManager *moduleManager = vm->GetModuleManager(); in InitForConcurrentFunction()
|