| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-version-update/ |
| D | compileContextInfo.json | 10 "moduleName": "", string 19 "moduleName": "module", string 28 "moduleName": "module", string 37 "moduleName": "", string 46 "moduleName": "", string
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/ |
| D | compileContextInfo.json | 10 "moduleName": "", string 19 "moduleName": "", string 28 "moduleName": "", string 37 "moduleName": "", string
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/ |
| D | compileContextInfo.json | 10 "moduleName": "", string 19 "moduleName": "", string 28 "moduleName": "", string 37 "moduleName": "", string
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/ |
| D | compileContextInfo.json | 10 "moduleName": "", string 19 "moduleName": "", string 28 "moduleName": "", string 37 "moduleName": "", string
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 177 … CString moduleName = inputFileName.substr(BUNDLE_INSTALL_PATH_LEN, pos - BUNDLE_INSTALL_PATH_LEN); in ParseAbcPathAndOhmUrl() local 227 …odulePathHelper::ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &moduleName) in ConcatHspFileNameCrossBundle() 233 CString ModulePathHelper::ConcatHspFileName(const CString &moduleName) in ConcatHspFileName() 263 CString moduleName = oldEntryPoint.substr(pos + 1, pathPos - pos - 1); in TransformToNormalizedOhmUrl() local 310 CString moduleName = vec[1]; in ParseUrl() local 345 CString moduleName = vec[1]; in ParsePrefixBundle() local 363 const CString& moduleName = res[NORMALIZED_MODULE_NAME_INDEX]; in ParseNormalizedOhmUrl() local 492 CString moduleName = vec[1]; in FindPackageInTopLevelWithNamespace() local 726 CString moduleName; in GetModuleNameWithBaseFile() local 753 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts() local [all …]
|
| D | js_module_deregister.cpp | 62 void ModuleDeregister::ReviseLoadedModuleCount(JSThread *thread, const CString &moduleName) in ReviseLoadedModuleCount() 108 CString moduleName = in IncreaseRegisterCounts() local 145 CString moduleName = in DecreaseRegisterCounts() local
|
| D | module_path_helper.h | 275 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleName() local 294 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleNameWithNormalizedName() local 334 inline static CString ConcatPandaFilePath(const CString &moduleName) in ConcatPandaFilePath() 342 inline static CString GetBundleNameFromNormalized(const EcmaVM *vm, const CString &moduleName) in GetBundleNameFromNormalized() 356 inline static CString GetNormalizedPathFromOhmUrl(const CString &moduleName) in GetNormalizedPathFromOhmUrl()
|
| D | napi_module_loader.cpp | 51 const CString& moduleName, CString& abcFilePath) in LoadModuleNameSpace() 75 CString moduleName = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpace() local
|
| 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
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 47 inline static void DeleteNamespace(CString &moduleName) in DeleteNamespace() 60 inline static CString GetHarName(const CString &moduleName) in GetHarName()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/module_test/ |
| D | module_test_module_test_module.js | 32 let moduleName = 'default'; variable
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | ohos_preload_app_info.h | 34 …static std::string GetPreloadAOTFileName(const std::string &hapPath, const std::string &moduleName) in GetPreloadAOTFileName()
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | module.cpp | 28 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | module.cpp | 39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | module.cpp | 39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | debugInfoStorage.h | 49 std::string_view moduleName; member
|
| D | helpers.cpp | 306 …ExternalProgram(parser::Program *program, parser::Program *extProgram, std::string_view moduleName) in AddExternalProgram() 328 std::string_view moduleName; in SplitRecordName() local
|
| D | entityDeclarator.cpp | 78 …auto moduleName = debugInfoPlugin_.GetDebugInfoStorage()->GetModuleName(pathToDeclSourceFile.Utf8(… in CreateIrImport() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | recordTable.cpp | 94 const auto &moduleName = recordTable_->program_->ModuleName(); in FormRecordName() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.cpp | 182 const std::string& moduleName, in RequestAot() 289 void PGOProfilerManager::SetModuleName(const std::string& moduleName) in SetModuleName() 466 bool PGOProfilerManager::ResetOutPathByModuleName(const std::string& moduleName) in ResetOutPathByModuleName() 512 void PGOProfilerManager::PostResetOutPathTask(const std::string& moduleName) in PostResetOutPathTask()
|
| D | pgo_profiler_manager.h | 122 …ResetOutPathTask(std::string moduleName, int32_t id): Task(id), moduleName_(std::move(moduleName))… in ResetOutPathTask()
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/ |
| D | prof_dump_json.cpp | 39 std::string moduleName(recordPool->GetName(iter->first)); in ConvertApToJson() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 273 : moduleName(name), isPackageModule(isPackage), omitModuleName(omitName) in moduleName() function 278 util::StringView moduleName; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | litecg.cpp | 39 std::string moduleName = module.GetFileName(); in LiteCG() local
|
| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | abckit_dynamic.cpp | 388 auto moduleName = Relative(moduleAbsPath, fs::current_path()).string(); in FillRequestIdxSection() local 554 std::string moduleName = name.substr(0, dotPos); in GetParentKindAndName() local 604 std::string moduleName = pandasm::GetOwnerName(functionName); in CreateNamespace() local 664 std::string moduleName = pandasm::GetOwnerName(functionName); in CreateClass() local 733 std::string moduleName = pandasm::GetOwnerName(recName); in CreateAnnotationInterface() local 816 std::string moduleName = pandasm::GetOwnerName(functionName); in CreateFunction() local 974 auto moduleName = std::get<std::string>(literalArr->literals_[requestIdx + 1].value_); in ResolveUnfoundModule() local
|