| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | ohos_preload_app_info.h | 34 static std::string GetPreloadAOTFileName(const std::string &hapPath, const std::string &moduleName) in GetPreloadAOTFileName() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | debugInfoStorage.h | 49 std::string_view moduleName; member
|
| H A D | entityDeclarator.cpp | 78 auto moduleName = debugInfoPlugin_.GetDebugInfoStorage()->GetModuleName(pathToDeclSourceFile.Utf8()); in CreateIrImport() local
|
| H A D | debugInfoStorage.cpp | 77 std::string_view moduleName = helpers::SplitRecordName(recordName).first; in LoadFileDebugInfo() local
|
| H A D | helpers.cpp | 306 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 D | recordTable.cpp | 76 const auto &moduleName = recordTable_->program_->ModuleName(); in FormRecordName() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_deregister.cpp | 60 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 D | js_shared_module.cpp | 57 CString moduleName = SourceTextModule::GetModuleName(resolvedModule.GetTaggedValue()); in CloneRecordIndexBinding() local 75 CString moduleName = SourceTextModule::GetModuleName(resolvedModule.GetTaggedValue()); in CloneRecordNameBinding() local
|
| H A D | js_shared_module_manager.cpp | 237 CString moduleName = SourceTextModule::GetModuleName(module.GetTaggedValue()); in findModuleMutexWithLock() local
|
| H A D | js_module_manager.cpp | 616 JSTaggedValue moduleName = TaggedArray::Cast(requestedModule.GetTaggedObject())->Get(index); in GetModuleNamespaceInternal() local
|
| H A D | module_path_helper.h | 272 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 D | path_helper.h | 47 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 D | litecg.cpp | 45 std::string moduleName = module.GetFileName(); in LiteCG() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_encoder.h | 150 ResetOutPathTask(PGOProfilerEncoder *encoder, std::string moduleName, int32_t id) in ResetOutPathTask() argument
|
| H A D | pgo_profiler_encoder.cpp | 54 bool PGOProfilerEncoder::ResetOutPathByModuleName(const std::string &moduleName) in ResetOutPathByModuleName() argument 320 void PGOProfilerEncoder::PostResetOutPathTask(const std::string &moduleName) in PostResetOutPathTask() argument
|
| H A D | pgo_profiler_manager.h | 72 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 D | js_pandafile_executor.cpp | 291 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 D | js_pandafile_manager.cpp | 530 std::string moduleName = GetModuleNameFromDesc(desc.c_str()); in GenerateJSPandaFile() local
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/ |
| H A D | TabPaneApSummary.js | |
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| H A D | program.h | 278 util::StringView moduleName; member
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_promise_job.cpp | 181 CString moduleName; in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.h | 85 std::string moduleName; member in panda::ecmascript::kungfu::LMIRModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| H A D | ets_interop_js_gtest.h | 93 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 D | samples_record.h | 46 std::string moduleName = "";
member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | intrinsics_api_impl.cpp | 283 PandaString moduleName = module->GetMutf8(); in JSRuntimeLoadModule() local
|