Home
last modified time | relevance | path

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

1234567

/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()
206 …eManagerHelper::UpdateBindingAndGetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, in UpdateBindingAndGetModuleValue()
Djs_shared_module_manager.cpp83 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetSendableModuleValueImpl() local
117 JSHandle<SourceTextModule> module(thread, currentModule.GetTaggedObject()); in GetLazySendableModuleValueImpl() local
155 JSHandle<JSTaggedValue> module(thread, entry->second); in GetSModuleUnsafe() local
174 JSHandle<JSTaggedValue> module = JSHandle<JSTaggedValue>::Cast(moduleRecord); in InsertInSModuleManager() local
187 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(s); in TransferSModule() local
195 …dModuleManager::findModuleMutexWithLock(JSThread *thread, const JSHandle<SourceTextModule> &module) in findModuleMutexWithLock()
206 …redModuleManager::IsInstantiatedSModule(JSThread *thread, const JSHandle<SourceTextModule> &module) in IsInstantiatedSModule()
220 JSHandle<SourceTextModule> module; in GenerateFuncModule() local
239 const JSHandle<JSTaggedValue> &module, const JSHandle<TaggedArray> &exports) in SModuleNamespaceCreate()
250 JSTaggedValue module = it->second; in SharedNativeObjDestory() local
Dmodule_tools.cpp32 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromIndexBindingForLog()
45 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetModuleValueFromRecordBindingForLog()
65 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local
87 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessModuleLoadInfo() local
134 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetLazyModuleValueFromIndexBindingForLog()
166 … JSThread *thread, JSHandle<SourceTextModule> module, JSTaggedValue resolvedBinding, int32_t index) in GetLazyModuleValueFromRecordBindingForLog()
205 JSMutableHandle<SourceTextModule> module(thread, resolvedModule); in ProcessLazyModuleLoadInfo() local
228 JSHandle<SourceTextModule> module(thread, resolvedModule); in ProcessLazyModuleLoadInfo() local
Djs_module_deregister.cpp45 JSHandle<SourceTextModule> module(thread, SourceTextModule::Cast(moduleVal.GetTaggedObject())); in FreeModuleRecord() local
69 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount() local
82 void ModuleDeregister::RemoveModule(JSThread *thread, JSHandle<SourceTextModule> module) in RemoveModule()
97 void ModuleDeregister::IncreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in IncreaseRegisterCounts()
134 void ModuleDeregister::DecreaseRegisterCounts(JSThread *thread, JSHandle<SourceTextModule> module, in DecreaseRegisterCounts()
Dmodule_message_helper.h33 static void PrintAndThrowError(JSThread *thread, JSHandle<SourceTextModule> module) in PrintAndThrowError()
44 static void PrintErrorMessage(JSThread *thread, JSHandle<SourceTextModule> module) in PrintErrorMessage()
Djs_module_manager.h110 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule()
115 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule()
125 JSTaggedValue module = it->second; in NativeObjDestory() local
Djs_module_source_text.cpp38 …ing> SourceTextModule::GetExportedNames(JSThread *thread, const JSHandle<SourceTextModule> &module, in GetExportedNames()
83 bool SourceTextModule::CheckCircularImport(const JSHandle<SourceTextModule> &module, in CheckCircularImport()
101const JSHandle<SourceTextModule> &module, in ResolveExportObject()
170 …dValue> SourceTextModule::ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, in ResolveExport()
413 …t SourceTextModule::HandleInstantiateException([[maybe_unused]] JSHandle<SourceTextModule> &module, in HandleInstantiateException()
440 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleHdl); in Instantiate() local
475 void SourceTextModule::DFSModuleInstantiation(JSHandle<SourceTextModule> &module, in DFSModuleInstantiation()
504JSHandle<SourceTextModule> &module, in HandleInnerModuleInstantiation()
561 JSHandle<SourceTextModule> module = JSHandle<SourceTextModule>::Cast(moduleRecord); in InnerModuleInstantiation() local
611 const JSHandle<SourceTextModule> &module) in ModuleDeclarationEnvironmentSetup()
[all …]
Dmodule_resolver.cpp29const JSHandle<SourceTextModule> &module, in HostResolveImportedModule()
79const JSHandle<SourceTextModule> &module, in HostResolveImportedModuleWithMerge()
124 const JSHandle<SourceTextModule> &module, in HostResolveImportedModuleBundlePack()
165 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(recordName); in ResolveSharedImportedModuleWithMerge() local
231 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(recordName); in HostResolveImportedModuleWithMerge() local
247 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(referencingModule); in HostResolveImportedModuleBundlePackBuffer() local
277 JSHandle<JSTaggedValue> module = moduleManager->TryGetImportedModule(moduleFileName); in HostResolveImportedModuleBundlePack() local
Djs_shared_module_manager.h76 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule()
81 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
Djs_module_manager.cpp38 JSTaggedValue module = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetCurrentModule() local
46 …dle<JSTaggedValue> ModuleManager::GenerateSendableFuncModule(const JSHandle<JSTaggedValue> &module) in GenerateSendableFuncModule()
116 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetModuleValueOutterInternal() local
136 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetModuleValueOutterInternal() local
183 JSMutableHandle<SourceTextModule> module(thread, resolvedModule); in GetLazyModuleValueOutterInternal() local
205 JSHandle<SourceTextModule> module(thread, resolvedModule); in GetLazyModuleValueOutterInternal() local
311 SourceTextModule *module = SourceTextModule::Cast(resolvedModule.GetTaggedObject()); in GetModuleValueOutterInternal() local
420 JSHandle<SourceTextModule> module = GetImportedModule(referencing); in IsInstantiatedModule() local
426 JSHandle<SourceTextModule> module = HostGetImportedModule(referencing); in IsLocalModuleInstantiated() local
433 JSHandle<SourceTextModule> module = GetImportedModule(referencing); in NeedExecuteModule() local
[all …]
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dimport_descriptor_impl.h40 AbckitCoreModule *module = GetApiConfig()->cIapi_->importDescriptorGetImportedModule(GetView()); in GetImportedModule() local
45 inline ImportDescriptor::ImportDescriptor(AbckitCoreImportDescriptor *module, const ApiConfig *conf… in ImportDescriptor()
53 … AbckitCoreModule *module = GetApiConfig()->cIapi_->importDescriptorGetImportingModule(GetView()); in GetImportingModule() local
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py160 def get_running_screenshot(task, image_name, is_debug, module=''): argument
290 def get_module_name(task, module=''): argument
302 def get_module_path(task, module=''): argument
314 def get_output_path_unsigned(task, module=''): argument
323 def get_output_path_signed(task, module=''): argument
332 def get_output_path_har(task, module=''): argument
341 def get_output_path(task, module, output_type): argument
Dexecution.py337 def validate_compile_incremental_file(task, inc_task, is_debug, modified_files, module=''): argument
1068 …def validate_preview_incremental_file(task, preview_task_info, is_debug, modified_files, module=''… argument
1601 def validate_output_for_esmodule(info, task, uncompressed_output_path, is_debug, module = ''): argument
1673 def get_compile_output_file_path(task, module, output_type): argument
1681 def validate_compile_output_har(info, task, is_debug, output_file='', module=''): argument
1690 def validate_compile_file_bytecode_har(task, info, module): argument
1716 def validate_compile_file_har(task, info, module): argument
1751 def validate_compile_output(info, task, is_debug, output_file='', module=''): argument
1801 def run_compile_output(info, task, is_debug, picture_name='', module=''): argument
1836 def verify_preview_picture(info, task, is_debug, picture_name, module=''): argument
[all …]
/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/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/toolchain/inspector/
Dlibrary_loader.cpp37 HMODULE module = LoadLibrary(libraryName.data()); in Load() local
50 HMODULE module = reinterpret_cast<HMODULE>(handle); in ResolveSymbol() local
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DtestModuleJsonPath_1.json2 "module":"" string
DtestModuleJsonPath_0.json2 "module":{ object
/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_frontend/es2panda/test/parser/ts/
Dtest_module7.ts17 var module = 1; variable
Dtest-keyword-identify5.ts17 var declare = 0, module = 1, ns = 2; variable
/arkcompiler/ets_runtime/ecmascript/napi/test/js/
Dtermination.js30 export let module = 0; variable
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
Dtsconfig.json4 "module": "commonjs", string
/arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/filename_obf/
Dmodule.json2 "module": { object
/arkcompiler/runtime_core/static_core/plugins/ets/tests/sts_ts_subset/
Dtsconfig.json4 "module": "commonjs", string

1234567