Home
last modified time | relevance | path

Searched defs:moduleName (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_preload_app_info.h34 static std::string GetPreloadAOTFileName(const std::string &hapPath, const std::string &moduleName) in GetPreloadAOTFileName() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DdebugInfoStorage.h49 std::string_view moduleName; member
H A DentityDeclarator.cpp78 auto moduleName = debugInfoPlugin_.GetDebugInfoStorage()->GetModuleName(pathToDeclSourceFile.Utf8()); in CreateIrImport() local
H A DdebugInfoStorage.cpp77 std::string_view moduleName = helpers::SplitRecordName(recordName).first; in LoadFileDebugInfo() local
H A Dhelpers.cpp306 void AddExternalProgram(parser::Program *program, parser::Program *extProgram, std::string_view moduleName) in AddExternalProgram() argument
329 std::string_view moduleName; in SplitRecordName() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DrecordTable.cpp76 const auto &moduleName = recordTable_->program_->ModuleName(); in FormRecordName() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_deregister.cpp60 void ModuleDeregister::ReviseLoadedModuleCount(JSThread *thread, const CString &moduleName) in ReviseLoadedModuleCount() argument
106 CString moduleName; in IncreaseRegisterCounts() local
155 CString moduleName; DecreaseRegisterCounts() local
[all...]
H A Djs_shared_module.cpp57 CString moduleName = SourceTextModule::GetModuleName(resolvedModule.GetTaggedValue()); in CloneRecordIndexBinding() local
75 CString moduleName = SourceTextModule::GetModuleName(resolvedModule.GetTaggedValue()); in CloneRecordNameBinding() local
H A Djs_shared_module_manager.cpp237 CString moduleName = SourceTextModule::GetModuleName(module.GetTaggedValue()); in findModuleMutexWithLock() local
H A Djs_module_manager.cpp616 JSTaggedValue moduleName = TaggedArray::Cast(requestedModule.GetTaggedObject())->Get(index); in GetModuleNamespaceInternal() local
H A Dmodule_path_helper.h272 CString moduleName = recordName.substr(pos1, pos2 - pos1); GetModuleName() local
291 CString moduleName = recordName.substr(pos1, pos2 - pos1); GetModuleNameWithNormalizedName() local
331 ConcatPandaFilePath(const CString &moduleName) ConcatPandaFilePath() argument
339 GetBundleNameFromNormalized(const EcmaVM *vm, const CString &moduleName) GetBundleNameFromNormalized() argument
353 GetNormalizedPathFromOhmUrl(const CString &moduleName) GetNormalizedPathFromOhmUrl() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dpath_helper.h47 inline static void DeleteNamespace(CString &moduleName) in DeleteNamespace() argument
60 inline static CString GetHarName(const CString &moduleName) in GetHarName() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlitecg.cpp45 std::string moduleName = module.GetFileName(); in LiteCG() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.h150 ResetOutPathTask(PGOProfilerEncoder *encoder, std::string moduleName, int32_t id) in ResetOutPathTask() argument
H A Dpgo_profiler_encoder.cpp54 bool PGOProfilerEncoder::ResetOutPathByModuleName(const std::string &moduleName) in ResetOutPathByModuleName() argument
320 void PGOProfilerEncoder::PostResetOutPathTask(const std::string &moduleName) in PostResetOutPathTask() argument
H A Dpgo_profiler_manager.h72 bool RequestAot(const std::string &bundleName, const std::string &moduleName, RequestAotMode triggerMode) in RequestAot() argument
146 void SetModuleName(const std::string &moduleName) in SetModuleName() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp291 void JSPandaFileExecutor::BindPreloadedPandaFilesToAOT(EcmaVM *vm, const std::string &moduleName) in BindPreloadedPandaFilesToAOT() argument
548 ExecuteAbcFileWithSingletonPatternFlag(JSThread *thread, [[maybe_unused]] const CString &bundleName, const CString &moduleName, const CString &entry, bool isSingletonPattern) ExecuteAbcFileWithSingletonPatternFlag() argument
591 IsExecuteModuleInAbcFile(JSThread *thread, [[maybe_unused]] const CString &bundleName, const CString &moduleName, const CString &entry) IsExecuteModuleInAbcFile() argument
[all...]
H A Djs_pandafile_manager.cpp530 std::string moduleName = GetModuleNameFromDesc(desc.c_str()); in GenerateJSPandaFile() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
H A DTabPaneApSummary.js
/arkcompiler/ets_frontend/ets2panda/parser/program/
H A Dprogram.h278 util::StringView moduleName; member
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp181 CString moduleName; in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.h85 std::string moduleName; member in panda::ecmascript::kungfu::LMIRModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
H A Dets_interop_js_gtest.h93 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs() argument
103 bool LoadModule(const std::string &moduleName, const std::string &modulePath) in LoadModule() argument
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h46 std::string moduleName = ""; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dintrinsics_api_impl.cpp283 PandaString moduleName = module->GetMutf8(); in JSRuntimeLoadModule() local

Completed in 17 milliseconds

12